commit | d175b4cda5fdb2a06ee77a46259c19671faa31fd | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat May 10 03:19:54 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat May 10 03:19:54 2008 +0000 |
tree | 4bc8efcdada5ec6a0be9eaac2fd1c318d6a31152 | |
parent | 704cf164d05bd0dad32a33d5866595f374ad0152 [diff] |
The Canvas module has been removed.
diff --git a/Misc/NEWS b/Misc/NEWS index 0b58d3a..b5023e5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,8 @@ 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.