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

2010-07-29 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com 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 rep...@bugs.python.org

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

2010-07-29 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com 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

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

2010-05-04 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com 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)). --

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

2010-04-23 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@haypocalc.com: -- dependencies: +Don't accept bytearray as filenames, or simplify the API ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8242 ___

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

2010-04-23 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@haypocalc.com: -- dependencies: +Check that _PyUnicode_AsString() result is not NULL ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8242 ___

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

2010-04-20 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com 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

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

2010-04-20 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@haypocalc.com: -- dependencies: +_ssl: support surrogates in filenames, and bytes/bytearray filenames ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8242