]> granicus.if.org Git - python/commitdiff
Note an improvement to pydoc.
authorRaymond Hettinger <python@rcn.com>
Sat, 4 Apr 2009 13:20:55 +0000 (13:20 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 4 Apr 2009 13:20:55 +0000 (13:20 +0000)
Doc/whatsnew/3.1.rst

index f010266ae2318e930e64e1402460e6bd47b08645..dd1068d24a35444e2bd702ecddeb14032b0bb917 100644 (file)
@@ -232,6 +232,11 @@ Some smaller changes made to the core Python language are:
   (Suggested by Antoine Pitrou and Jesse Noller.  Implemented by
   Jack Diedrich; :issue:`5228`.)
 
+* Add :mod:`pydoc` help topics for symbols so that ``help('@')``
+  works as expected in the interactive environment.
+
+  (Contributed by David Laban; :issue:`4739`.)
+
 * The :mod:`unittest` module now supports skipping individual tests or classes
   of tests. And it supports marking a test as a expected failure, a test that
   is known to be broken, but shouldn't be counted as a failure on a