From 38d7c1bb78ca1b300489764ddb897376cc707e6b Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 17 Jul 2003 04:22:44 +0000 Subject: [PATCH] Note that Unicode strings are now supported in sys.path. SF patch #764594. --- Doc/lib/libsys.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index 8f8b5cc4c4b..946ff1da359 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}