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.

classification
Title: Unicode strings in sys.path
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: theller Nosy List: fdrake, loewis, theller
Priority: normal Keywords: patch

Created on 2003-07-02 13:49 by theller, last changed 2022-04-10 16:09 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
libsys.tex.diff theller, 2003-07-02 13:50 Patch for Doc/lib/libsys.tex
Messages (3)
msg44203 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2003-07-02 13:49
I was astonished to find that Unicode strings in
sys.path "did not work" in Python 2.2. They work
correctly in 2.3a1 and later, and it's mentioned in the
NEWS file, but not in the docs.
msg44204 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-07-05 16:04
Logged In: YES 
user_id=21627

The patch is fine. Please use \versionchanged, though; look
at other cases where versionchanged takes a parameter
indicating what specifically has changed.
msg44205 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2003-07-17 04:22
Logged In: YES 
user_id=3066

I committed a more concise version of the patch as
Doc/lib/libsys.tex revision 1.68.
History
Date User Action Args
2022-04-10 16:09:38adminsetgithub: 38773
2003-07-02 13:49:59thellercreate