]> granicus.if.org Git - python/commitdiff
Note that Unicode strings are now supported in sys.path.
authorFred Drake <fdrake@acm.org>
Thu, 17 Jul 2003 04:22:44 +0000 (04:22 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 17 Jul 2003 04:22:44 +0000 (04:22 +0000)
SF patch #764594.

Doc/lib/libsys.tex

index 8f8b5cc4c4bb7e665e8eaeda88732c3ee11cc1f5..946ff1da359a11cd7e4f3290366f699bbde7354e 100644 (file)
@@ -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}