Is the change to the pyc format big enough news to go into the release PEP? Or should that just be a "What's New" topic?<br><br><div class="gmail_quote">On Fri, Jan 13, 2012 at 15:18, georg.brandl <span dir="ltr"><<a href="mailto:python-checkins@python.org">python-checkins@python.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><a href="http://hg.python.org/peps/rev/ea3ffa3611e5" target="_blank">http://hg.python.org/peps/rev/ea3ffa3611e5</a><br>
changeset: 4012:ea3ffa3611e5<br>
user: Georg Brandl <<a href="mailto:georg@python.org">georg@python.org</a>><br>
date: Fri Jan 13 21:18:11 2012 +0100<br>
summary:<br>
Bring the Python 3.3 feature list up to date.<br>
<br>
files:<br>
pep-0398.txt | 17 ++++++++++++-----<br>
1 files changed, 12 insertions(+), 5 deletions(-)<br>
<br>
<br>
diff --git a/pep-0398.txt b/pep-0398.txt<br>
--- a/pep-0398.txt<br>
+++ b/pep-0398.txt<br>
@@ -57,27 +57,34 @@<br>
Features for 3.3<br>
================<br>
<br>
+Implemented PEPs:<br>
+<br>
+* PEP 380: Syntax for Delegating to a Subgenerator<br>
+* PEP 393: Flexible String Representation<br>
+* PEP 3151: Reworking the OS and IO exception hierarchy<br>
+* PEP 3155: Qualified name for classes and functions<br>
+<br>
+Other final large-scale changes:<br>
+<br>
+* Addition of the "packaging" module, deprecating "distutils"<br>
+* Addition of the faulthandler module<br>
+<br>
Candidate PEPs:<br>
<br>
* PEP 362: Function Signature Object<br>
-* PEP 380: Syntax for Delegating to a Subgenerator<br>
* PEP 382: Namespace Packages<br>
-* PEP 393: Flexible String Representation<br>
* PEP 395: Module Aliasing<br>
* PEP 397: Python launcher for Windows<br>
* PEP 3143: Standard daemon process library<br>
-* PEP 3151: Reworking the OS and IO exception hierarchy<br>
<br>
(Note that these are not accepted yet and even if they are, they might<br>
not be finished in time for Python 3.3.)<br>
<br>
Other planned large-scale changes:<br>
<br>
-* Addition of the "packaging" module, replacing "distutils"<br>
* Implementing ``__import__`` using importlib<br>
* Email version 6<br>
* A standard event-loop interface (PEP by Jim Fulton pending)<br>
-* Adding the faulthandler module.<br>
* Breaking out standard library and docs in separate repos?<br>
* A PEP on supplementing C modules with equivalent Python modules?<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Repository URL: <a href="http://hg.python.org/peps" target="_blank">http://hg.python.org/peps</a><br>
</font></span><br>_______________________________________________<br>
Python-checkins mailing list<br>
<a href="mailto:Python-checkins@python.org">Python-checkins@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-checkins" target="_blank">http://mail.python.org/mailman/listinfo/python-checkins</a><br>
<br></blockquote></div><br>