From: Andrew M. Kuchling Date: Wed, 15 Mar 2006 11:53:09 +0000 (+0000) Subject: Add section X-Git-Tag: v2.5a0~239 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21d3a7cd2ef76166aea68a9f5fb83d8a2b851a03;p=thirdparty%2FPython%2Fcpython.git Add section --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index ff64af0c534a..57432855ac3d 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -209,6 +209,12 @@ implemented by Richard Jones and Fred Drake.} % XXX write this +%====================================================================== +\section{PEP 338: Executing Modules as Scripts} + +% XXX write this + + %====================================================================== \section{PEP 341: Unified try/except/finally}