Kaydet (Commit) 29f1bb32 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Add item

üst 9292ee06
......@@ -2354,6 +2354,12 @@ that may require changes to your code:
In the standard library:
* Operations with :class:`datetime` instances that resulted in a year
falling outside the supported range didn't always raise
:exc:`OverflowError`. Such errors are now checked more carefully
and will now raise the exception. (Reported by Mark Leander, patch
by Anand B. Pillai and Alexander Belopolsky; :issue:`7150`.)
* When using :class:`Decimal` instances with a string's
:meth:`format` method, the default alignment was previously
left-alignment. This has been changed to right-alignment, which might
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment