mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Add sys.meta_path entry for APE zip store (#425)
This commit is contained in:
parent
893cc06fc2
commit
b535937fca
10 changed files with 340 additions and 84 deletions
6
third_party/python/Lib/io.py
vendored
6
third_party/python/Lib/io.py
vendored
|
@ -92,8 +92,6 @@ for klass in (StringIO, TextIOWrapper):
|
|||
del klass
|
||||
|
||||
try:
|
||||
from _io import _WindowsConsoleIO
|
||||
except ImportError:
|
||||
RawIOBase.register(_io._WindowsConsoleIO)
|
||||
except AttributeError:
|
||||
pass
|
||||
else:
|
||||
RawIOBase.register(_WindowsConsoleIO)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue