This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author marco
Recipients kbk, marco, roger.serwy, terry.reedy
Date 2011-12-18.03:51:52
SpamBayes Score 3.0900019e-06
Marked as misclassified No
Message-id <1324180313.35.0.715338221634.issue13506@psf.upfronthosting.co.za>
In-reply-to
Content
I test Roger patch on 2.7.2.1 and 3.2.1.1 fresh installs on Win7 Pro 32bit and I confirm it is fixing the issue and it also keeps the existing correct behavior.

-----
Note:
-----
I had to apply the patch with GNU patch: Tortoise is not patching my local files (PyShell.py 2.7 and 3.2), probably because my files were not the same then the patch was diff against; both of mine are release install not SVN. Tortoise AFAIK will accept only exact patch where GNU try to use same "smart" matching.
In fact GNU patch succeeded with messages:

patching file PyShell.py
Hunk #1 succeeded at 372 with fuzz 2 (offset 7 lines).
Hunk #2 succeeded at 410 (offset 7 lines).
Hunk #3 succeeded at 438 (offset 7 lines).
Hunk #4 succeeded at 487 with fuzz 2 (offset 3 lines).
Hunk #5 succeeded at 837 (offset 2 lines).
Hunk #6 succeeded at 987 (offset 2 lines).
Hunk #7 succeeded at 1190 (offset 2 lines).
History
Date User Action Args
2011-12-18 03:51:53marcosetrecipients: + marco, terry.reedy, kbk, roger.serwy
2011-12-18 03:51:53marcosetmessageid: <1324180313.35.0.715338221634.issue13506@psf.upfronthosting.co.za>
2011-12-18 03:51:52marcolinkissue13506 messages
2011-12-18 03:51:52marcocreate