[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.133,1.134

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Wed, 09 Apr 2003 10:26:41 -0700


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1:/tmp/cvs-serv4774

Modified Files:
	whatsnew23.tex 
Log Message:
Re-indent example; fix typo

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.133
retrieving revision 1.134
diff -C2 -d -r1.133 -r1.134
*** whatsnew23.tex	21 Mar 2003 18:32:43 -0000	1.133
--- whatsnew23.tex	9 Apr 2003 17:26:38 -0000	1.134
***************
*** 739,744 ****
        }
  
! if (  hasattr(core, 'setup_keywords') and 
!       'classifiers' in core.setup_keywords):
      kw['classifiers'] = \
          ['Topic :: Internet :: WWW/HTTP :: Dynamic Content',
--- 739,744 ----
        }
  
! if (hasattr(core, 'setup_keywords') and 
!     'classifiers' in core.setup_keywords):
      kw['classifiers'] = \
          ['Topic :: Internet :: WWW/HTTP :: Dynamic Content',
***************
*** 889,893 ****
  The \module{pickle} and \module{cPickle} modules received some
  attention during the 2.3 development cycle.  In 2.2, new-style classes
! could be pickled without difficult, but they weren't pickled very
  compactly; \pep{307} quotes a trivial example where a new-style class
  results in a pickled string three times longer than that for a classic
--- 889,893 ----
  The \module{pickle} and \module{cPickle} modules received some
  attention during the 2.3 development cycle.  In 2.2, new-style classes
! could be pickled without difficulty, but they weren't pickled very
  compactly; \pep{307} quotes a trivial example where a new-style class
  results in a pickled string three times longer than that for a classic
***************
*** 2253,2257 ****
  The author would like to thank the following people for offering
  suggestions, corrections and assistance with various drafts of this
! article: Simon Brunning, Michael Chermside, Andrew Dalke, Scott David
  Daniels, Fred~L. Drake, Jr., Kelly Gerber, Raymond Hettinger, Michael
  Hudson, Chris Lambert, Detlef Lannert, Martin von L\"owis, Andrew MacIntyre, Lalo
--- 2253,2257 ----
  The author would like to thank the following people for offering
  suggestions, corrections and assistance with various drafts of this
! article: Jeff Bauer, Simon Brunning, Michael Chermside, Andrew Dalke, Scott David
  Daniels, Fred~L. Drake, Jr., Kelly Gerber, Raymond Hettinger, Michael
  Hudson, Chris Lambert, Detlef Lannert, Martin von L\"owis, Andrew MacIntyre, Lalo