0
0
mirror of https://github.com/python/cpython.git synced 2024-11-21 21:09:37 +01:00
Commit Graph

4 Commits

Author SHA1 Message Date
Inada Naoki
fb78692f2a
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189)
* Fix _sitebuiltins
* Fix test_inspect
* Fix test_interpreters
* Fix test_io
* Fix test_iter
* Fix test_json
* Fix test_linecache
* Fix test_lltrace
* Fix test_logging
* Fix logging
2021-04-06 11:18:41 +09:00
R David Murray
3d050ddf19 #9364: Improve the text printed by help(pydoc) and help(help). 2014-04-19 12:59:30 -04:00
Antoine Pitrou
47cd96eaec Normalize whitespace 2013-08-06 22:57:31 +02:00
Antoine Pitrou
853395b448 Issue #18621: Prevent the site module's patched builtins from keeping too many references alive for too long. 2013-08-06 22:56:40 +02:00