[Python-Dev] cpython (merge 3.3 -> default): Merge with 3.3

Antoine Pitrou solipsis at pitrou.net
Tue May 28 21:39:33 CEST 2013


On Tue, 28 May 2013 15:06:39 -0400
Terry Reedy <tjreedy at udel.edu> wrote:

> On 5/28/2013 2:14 AM, Benjamin Peterson wrote:
> > 2013/5/27 terry.reedy <python-checkins at python.org>:
> >> http://hg.python.org/cpython/rev/c5d4c041ab47
> >> changeset:   83942:c5d4c041ab47
> >> parent:      83940:2ea849fde22b
> >> parent:      83941:24c3e7e08168
> >> user:        Terry Jan Reedy <tjreedy at 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.




More information about the Python-Dev mailing list