On Tue, 28 May 2013 15:06:39 -0400 Terry Reedy <tjre...@udel.edu> wrote:
> On 5/28/2013 2:14 AM, Benjamin Peterson wrote: > > 2013/5/27 terry.reedy <python-check...@python.org>: > >> http://hg.python.org/cpython/rev/c5d4c041ab47 > >> changeset: 83942:c5d4c041ab47 > >> parent: 83940:2ea849fde22b > >> parent: 83941:24c3e7e08168 > >> user: Terry Jan Reedy <tjre...@udel.edu> > >> date: Mon May 27 21:33:40 2013 -0400 > >> summary: > >> Merge with 3.3 > >> > >> files: > >> Lib/idlelib/CallTips.py | 4 +- > >> Lib/idlelib/PathBrowser.py | 3 +- > >> Lib/idlelib/idle_test/@README.txt | 63 +++++++++++ > > Is @README really the intended name of this file? > Yes, Nick suggested README instead of what I had. I want a prefix to > keep it near the top of a directory listing even when other non > 'test_xxx' files are added. I thing '_' wold be better though. I don't think "prefixing with a weird character so that the filename show up top" is a very elegant trick, and we don't use it for other directories. "README.txt" *will* be easily visible because of the all-caps filename. > If I can > find how to rename in hg "Rename in hg" -> "hg rename" Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com