[issue36413] Brief Tour of the Standard Library — Part II example problem

2019-03-23 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thank you for the suggestion, but the point of having the input() is that the end user can select their own rename style with arbitrary text and either including or excluding possible data substitutions of their own choice. The photo processing software I

[issue36413] Brief Tour of the Standard Library — Part II example problem

2019-03-23 Thread Raymond Hettinger
Change by Raymond Hettinger : -- assignee: docs@python -> rhettinger nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list m

[issue36413] Brief Tour of the Standard Library — Part II example problem

2019-03-23 Thread YasirA
New submission from YasirA : In the Template example, there's no placeholder to be substituted with date. I think it should be rewritten along the following lines: >>> import time, os.path >>> photofiles = ['img_1074.jpg', 'img_1076.jpg', 'img_1077.jpg'] >>> class BatchRename(Templa