[Python-checkins] r71336 - python/branches/py3k/Doc/whatsnew/3.1.rst
raymond.hettinger
python-checkins at python.org
Tue Apr 7 01:11:08 CEST 2009
Author: raymond.hettinger
Date: Tue Apr 7 01:11:08 2009
New Revision: 71336
Log:
Improve the prose just a bit.
Modified:
python/branches/py3k/Doc/whatsnew/3.1.rst
Modified: python/branches/py3k/Doc/whatsnew/3.1.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.1.rst (original)
+++ python/branches/py3k/Doc/whatsnew/3.1.rst Tue Apr 7 01:11:08 2009
@@ -151,7 +151,7 @@
(Contributed by Raymond Hettinger; :issue:`1696199`.)
-* Add a new module, :mod:`tkinter.ttk` for access to the Tk themed widget set.
+* Added a new module, :mod:`tkinter.ttk` for access to the Tk themed widget set.
The basic idea of ttk is to separate, to the extent possible, the code
implementing a widget's behavior from the code implementing its appearance.
@@ -167,7 +167,7 @@
(Contributed by Antoine Pitrou.)
-* The :mod:`decimal.Decimal` module now supports two new methods to create a
+* The :mod:`decimal.Decimal` module now supports methods to creating a
decimal object that from a binary :class:`float`. The conversion is
exact but can sometimes be surprising::
More information about the Python-checkins
mailing list