summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-10 03:19:54 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-10 03:19:54 (GMT)
commitd175b4cda5fdb2a06ee77a46259c19671faa31fd (patch)
tree4bc8efcdada5ec6a0be9eaac2fd1c318d6a31152 /Misc
parent704cf164d05bd0dad32a33d5866595f374ad0152 (diff)
downloadcpython-d175b4cda5fdb2a06ee77a46259c19671faa31fd.zip
cpython-d175b4cda5fdb2a06ee77a46259c19671faa31fd.tar.gz
cpython-d175b4cda5fdb2a06ee77a46259c19671faa31fd.tar.bz2
The Canvas module has been removed.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0b58d3a..b5023e5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.