]> granicus.if.org Git - python/commit
Issue #19424: Fix the warnings module to accept filename containing surrogate
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Oct 2013 22:43:41 +0000 (23:43 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Oct 2013 22:43:41 +0000 (23:43 +0100)
commita4c704b260cc9c020d19f8417cb4524a19d0e90c
tree06614fd14300d0d8e97843b0c8626cd3bceb7b73
parent602f7cf0b9afc1c7e0ab859bcfb219d20158a786
Issue #19424: Fix the warnings module to accept filename containing surrogate
characters.
Lib/test/test_warnings.py
Misc/NEWS
Python/_warnings.c