mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove native popen() and fdopen(), replacing them with subprocess calls.
Fix a path to an assert in fileio_read(). Some misc tweaks.
This commit is contained in:
parent
d8595fe304
commit
c2f93dc2e4
7 changed files with 59 additions and 1552 deletions
|
@ -478,7 +478,7 @@ class TextIOWrapperTest(unittest.TestCase):
|
|||
[ '\r\n', input_lines ],
|
||||
]
|
||||
|
||||
encodings = ('utf-8', 'bz2')
|
||||
encodings = ('utf-8', 'latin-1')
|
||||
|
||||
# Try a range of pad sizes to test the case where \r is the last
|
||||
# character in TextIOWrapper._pending_line.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue