]> granicus.if.org Git - python/commitdiff
#4521: fix getcwdu() vs getcwdb().
authorGeorg Brandl <georg@python.org>
Thu, 4 Dec 2008 18:21:46 +0000 (18:21 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 4 Dec 2008 18:21:46 +0000 (18:21 +0000)
Doc/whatsnew/3.0.rst

index 3b0964cef106273ff94c713408a5174d45a07d2d..734d3e92ad6b69b5f1eb375ec66df649a9b62464 100644 (file)
@@ -303,7 +303,7 @@ changed.
   as well as strings, and a few APIs have a way to ask for a
   :class:`bytes` return value.  Thus, :func:`os.listdir` returns a
   list of :class:`bytes` instances if the argument is a :class:`bytes`
-  instance, and :func:`os.getcwdu` returns the current working
+  instance, and :func:`os.getcwdb` returns the current working
   directory as a :class:`bytes` instance.  Note that when
   :func:`os.listdir` returns a list of strings, filenames that
   cannot be decoded properly are omitted rather than raising