SIGN IN SIGN UP

bpo-34523: Py_FileSystemDefaultEncoding NULL by default (GH-9003)

* Py_FileSystemDefaultEncoding and Py_FileSystemDefaultEncodeErrors
  default value is now NULL: initfsencoding() set them
  during Python initialization.
* Document how Python chooses the filesystem encoding and error
  handler.
* Add an assertion to _PyCoreConfig_Read().
V
Victor Stinner committed
de427556746aa41a8b5198924ce423021bc0c718
Parent: cf21504
Committed by GitHub <noreply@github.com> on 8/29/2018, 9:26:55 PM