[Python-checkins] [Python-Dev] r47142 - in python/trunk: Doc/lib/librunpy.tex Lib/runpy.py Lib/test/test_runpy.py

Nick Coghlan ncoghlan at gmail.com
Thu Jun 29 14:42:49 CEST 2006


Anthony Baxter wrote:
> On Wednesday 28 June 2006 20:41, nick.coghlan wrote:
>> Author: nick.coghlan
>> Date: Wed Jun 28 12:41:47 2006
>> New Revision: 47142
>>
>> Modified:
>>    python/trunk/Doc/lib/librunpy.tex
>>    python/trunk/Lib/runpy.py
>>    python/trunk/Lib/test/test_runpy.py
>> Log:
>> Make full module name available as __module_name__ even when
>> __name__ is set to something else (like '__main__')
> 
> Er. Um. Feature freeze?

Sorry about that - I was trying to deal with a conflict between PEP 328 and 
338 (bug 1510172) and didn't even think about the fact that this counted as a 
new feature.

See my response to your RFC about tightening up control of the trunk - I'd 
really like to make these two PEPs play nicely together before beta 2.

Cheers,
Nick.


-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org


More information about the Python-checkins mailing list