| commit | cdac302af362f275f31c13e143f78ec682ef7b68 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Sun Nov 24 18:15:37 2013 +0200 |
| committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Nov 24 18:15:37 2013 +0200 |
| tree | 67f2c16bfe74aa6d1421627955e49ff5389d186b | |
| parent | 44d2429a25589950284bd13c9343657e73f4927f [diff] |
Issue #19545: Avoid chained exceptions while passing stray % to time.strptime(). Initial patch by Claudiu Popa.