Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041015c commit df07aacCopy full SHA for df07aac
1 file changed
Doc/whatsnew/3.2.rst
@@ -1499,11 +1499,11 @@ filenames:
1499
>>> os.fsencode(filename)
1500
b'Sehensw\xc3\xbcrdigkeiten'
1501
1502
-Some operating systems allow direct access to the unencoded bytes in the
+Some operating systems allow direct access to encoded bytes in the
1503
environment. If so, the :attr:`os.supports_bytes_environ` constant will be
1504
true.
1505
1506
-For direct access to unencoded environment variables (if available),
+For direct access to encoded environment variables (if available),
1507
use the new :func:`os.getenvb` function or use :data:`os.environb`
1508
which is a bytes version of :data:`os.environ`.
1509
0 commit comments