diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-03-15 11:53:09 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-03-15 11:53:09 +0000 |
commit | 21d3a7cd2ef76166aea68a9f5fb83d8a2b851a03 (patch) | |
tree | c8eb81907ff1a693e30d0b09a155c54d27dd0a38 | |
parent | abb02e59946f9ea3076e96e3b03b51d1cebd46b4 (diff) | |
download | cpython-git-21d3a7cd2ef76166aea68a9f5fb83d8a2b851a03.tar.gz |
Add section
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index ff64af0c53..57432855ac 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -210,6 +210,12 @@ implemented by Richard Jones and Fred Drake.} %====================================================================== +\section{PEP 338: Executing Modules as Scripts} + +% XXX write this + + +%====================================================================== \section{PEP 341: Unified try/except/finally} % XXX write this |