[issue8242] Improve support of PEP 383 (surrogates) in Python3: meta-issue

2010-07-29 Thread STINNER Victor
STINNER Victor added the comment: Remove dependency on #6697 to be able to close this issue. -- dependencies: -Check that _PyUnicode_AsString() result is not NULL resolution: -> invalid status: open -> closed ___ Python tracker

[issue8242] Improve support of PEP 383 (surrogates) in Python3: meta-issue

2010-07-29 Thread STINNER Victor
STINNER Victor added the comment: I created a new svn branch for my work on import in unicode. I will open a new issue and so I close this one. -- ___ Python tracker ___ ___

[issue8242] Improve support of PEP 383 (surrogates) in Python3: meta-issue

2010-05-04 Thread STINNER Victor
STINNER Victor added the comment: I opened a different issue to use surrogates in Python module path: #8611, but the issue is not specific to surrogates ("Python3 doesn't support locale different than utf8 and an non-ASCII path (POSIX)"). -- ___ Py

[issue8242] Improve support of PEP 383 (surrogates) in Python3: meta-issue

2010-04-23 Thread STINNER Victor
Changes by STINNER Victor : -- dependencies: +Check that _PyUnicode_AsString() result is not NULL ___ Python tracker ___ ___ Python-bug

[issue8242] Improve support of PEP 383 (surrogates) in Python3: meta-issue

2010-04-23 Thread STINNER Victor
Changes by STINNER Victor : -- dependencies: +Don't accept bytearray as filenames, or simplify the API ___ Python tracker ___ ___ Pytho

[issue8242] Improve support of PEP 383 (surrogates) in Python3: meta-issue

2010-04-20 Thread STINNER Victor
Changes by STINNER Victor : -- dependencies: +_ssl: support surrogates in filenames, and bytes/bytearray filenames ___ Python tracker ___

[issue8242] Improve support of PEP 383 (surrogates) in Python3: meta-issue

2010-04-20 Thread STINNER Victor
STINNER Victor added the comment: > I haven't reviewed the patch in detail yet, but it seems to me that > it fixes independent issues. Right. First I only wanted to fix import machinery, but then I fixed a lot of "indenpendent" issues to test the patch on import. All fixes are related to surr