diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-17 04:22:44 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-17 04:22:44 (GMT) |
commit | 38d7c1bb78ca1b300489764ddb897376cc707e6b (patch) | |
tree | 0ebcc8a31102d58c97cc14a02d86edda40134556 /Doc/lib/libsys.tex | |
parent | e8e241b732409926b0e500bf3954aee8d6d9c3f1 (diff) | |
download | cpython-38d7c1bb78ca1b300489764ddb897376cc707e6b.zip cpython-38d7c1bb78ca1b300489764ddb897376cc707e6b.tar.gz cpython-38d7c1bb78ca1b300489764ddb897376cc707e6b.tar.bz2 |
Note that Unicode strings are now supported in sys.path.
SF patch #764594.
Diffstat (limited to 'Doc/lib/libsys.tex')
-rw-r--r-- | Doc/lib/libsys.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index 8f8b5cc..946ff1d 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -364,6 +364,8 @@ else: inserted as a result of \envvar{PYTHONPATH}. A program is free to modify this list for its own purposes. + + \versionchanged[Unicode strings are no longer ignored.]{2.3} \end{datadesc} \begin{datadesc}{platform} |