Marco Scataglini <atlant...@gmx.com> added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13506>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to