[Python-checkins] r52295 - in python/trunk: Lib/idlelib/PyShell.py Misc/NEWS

Kurt B. Kaiser kbk at shore.net
Mon Oct 16 01:43:27 CEST 2006


"georg.brandl" <python-checkins at python.org> writes:
> Author: georg.brandl
> Date: Thu Oct 12 09:57:21 2006
> New Revision: 52295
>> Modified:
> python/trunk/Lib/idlelib/PyShell.py
> python/trunk/Misc/NEWS
> Log:
> Bug #813342: Start the IDLE subprocess with -Qnew if the parent
> is started with that option.
>>> Modified: python/trunk/Lib/idlelib/PyShell.py
> ==============================================================================
> --- python/trunk/Lib/idlelib/PyShell.py	(original)
> +++ python/trunk/Lib/idlelib/PyShell.py	Thu Oct 12 09:57:21 2006
> @@ -351,6 +351,8 @@
>> def build_subprocess_arglist(self):
> w = ['-W' + s for s in sys.warnoptions]
> + if 1/2 > 0: # account for new division
> + w.append('-Qnew')
> # Maybe IDLE is installed and is being accessed via sys.path,
> # or maybe it's not installed and the idle.py script is being
> # run from the IDLE source directory.
>> Modified: python/trunk/Misc/NEWS
> ==============================================================================
> --- python/trunk/Misc/NEWS	(original)
> +++ python/trunk/Misc/NEWS	Thu Oct 12 09:57:21 2006
> @@ -75,6 +75,9 @@
> Library
> -------
>> +- Bug #813342: Start the IDLE subprocess with -Qnew if the parent
> + is started with that option.
> +

This is a nice fix. Thanks.
Note that IDLE maintains its own NEWS.txt file and IDLE changes have not been
going into Python NEWS. I suppose major ones should be noted there, though.
-- 
KBK


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /