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
..
2021-03-29 11:45:58 +02:00
2018-01-09 16:13:35 +01:00
2021-03-29 11:45:58 +02:00
2021-03-29 11:45:58 +02:00
2017-03-29 21:03:09 -04:00
2021-03-29 11:45:58 +02:00
2019-12-10 09:39:53 +09:00

This directory includes snippets that people might useful to get ideas from. The contents will come and go, don't rely on them being there or having a certain API. If you need it, copy it and modify it.

If you do and think your work is useful for others, please add a link to it here: