Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 230 Bytes

891.bugfix.rst

File metadata and controls

4 lines (4 loc) · 230 Bytes

parser.parse will now raise TypeError when tzinfos is passed a type that cannot be interpreted as a time zone. Prior to this change, it would raise an UnboundLocalError instead. Patch by @jbrockmendel (gh pr #891)