diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-10 03:19:54 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-10 03:19:54 (GMT) |
commit | d175b4cda5fdb2a06ee77a46259c19671faa31fd (patch) | |
tree | 4bc8efcdada5ec6a0be9eaac2fd1c318d6a31152 /Misc | |
parent | 704cf164d05bd0dad32a33d5866595f374ad0152 (diff) | |
download | cpython-d175b4cda5fdb2a06ee77a46259c19671faa31fd.zip cpython-d175b4cda5fdb2a06ee77a46259c19671faa31fd.tar.gz cpython-d175b4cda5fdb2a06ee77a46259c19671faa31fd.tar.bz2 |
The Canvas module has been removed.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ Extension Modules Library ------- +- The Canvas module has been removed. + - The Decimal module gained the magic methods __round__, __ceil__, __floor__ and __trunc__, to give support for round, math.ceil, math.floor and math.trunc. |