]> granicus.if.org Git - python/commit
Fix problem spotted by Coverity that occurs if tzinfo.tzname().replace()
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 20 Mar 2006 01:58:39 +0000 (01:58 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 20 Mar 2006 01:58:39 +0000 (01:58 +0000)
commitd5b0c9b87edca68cd31ed61d0c143d9d4160c109
treedff07863a4dc07c8ec6b14f5f92b0878ca0d022f
parent29892cc3862cfa5f343dbacb410edadf02fcce9d
Fix problem spotted by Coverity that occurs if tzinfo.tzname().replace()
returns a non-string when converting %Z.

Will backport.
Lib/test/test_datetime.py
Modules/datetimemodule.c