]> granicus.if.org Git - python/commit
bpo-36015: Handle StreamHandler representaton of stream with an integer name (GH...
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Tue, 7 May 2019 21:36:39 +0000 (23:36 +0200)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 7 May 2019 21:36:39 +0000 (22:36 +0100)
commitca87eebb22d202c33f3317cbf85059cadc64fa9f
treefd4407525a7e3da55050901a4500d03314006c08
parent3918ad6b45da31e05265de5a455102276717c659
bpo-36015: Handle StreamHandler representaton of stream with an integer name (GH-11908)
Lib/logging/__init__.py
Lib/test/test_logging.py