blob: a09e1d8cba670440701e5a8b931acf0c34100e4b [file] [log] [blame]
In the "io" module, the argument to BufferedReader and BytesIO's read1()
methods is now optional and can be -1, matching the BufferedIOBase
specification.