[Python-checkins] python/dist/src/Misc NEWS,1.532,1.533

loewis@users.sourceforge.net loewis@users.sourceforge.net
Fri, 22 Nov 2002 00:23:11 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv10492/Misc

Modified Files:
	NEWS 
Log Message:
Patch #486438: Make module argument to testmod optional.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.532
retrieving revision 1.533
diff -C2 -d -r1.532 -r1.533
*** NEWS	22 Nov 2002 08:08:44 -0000	1.532
--- NEWS	22 Nov 2002 08:23:09 -0000	1.533
***************
*** 390,393 ****
--- 390,396 ----
  -------
  
+ - doctest.testmod can now be called without argument, which means to
+   test the current module.
+ 
  - When cancelling a server that implemented threading with a keyboard
    interrupt, the server would shut down but not terminate (waiting on