diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2017-10-11-00-45-01.bpo-31752.DhWevN.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-10-11-00-45-01.bpo-31752.DhWevN.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-10-11-00-45-01.bpo-31752.DhWevN.rst b/Misc/NEWS.d/next/Library/2017-10-11-00-45-01.bpo-31752.DhWevN.rst new file mode 100644 index 0000000..4ec140b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-10-11-00-45-01.bpo-31752.DhWevN.rst @@ -0,0 +1 @@ +Fix possible crash in timedelta constructor called with custom integers. |