Just van Rossum 5fc65d7168
Misc py23 cleanups (#2243)
* Replaced all from ...py23 import * with explicit name imports, or removed completely when possible.
* Replaced tounicode() with tostr()
* Changed all BytesIO ans StringIO imports to from io import ..., replaced all UnicodeIO with StringIO.
* Replaced all unichr() with chr()
* Misc minor tweaks and fixes
2021-03-29 11:45:58 +02:00
..
2020-04-20 16:24:10 -04:00
2020-05-12 23:11:17 +01:00
2020-04-22 00:07:03 -04:00
2021-03-03 13:33:58 +00:00
2020-05-12 11:18:36 +01:00
2020-05-07 21:31:44 +01:00
2020-05-03 22:03:26 +01:00
2020-07-22 14:31:17 +01:00
2021-03-29 11:45:58 +02:00