Re: [Python-Dev] PEPs and versionadded

2010-12-15 Thread Éric Araujo
> It's an oversight. The changes should be accompanied by version* directives. > I see you already committed a change for compileall.rst - thanks for that! > Please feel free to add anything you find missing or submit a bug report and > assign it to me. The PEP 3149 commits did not touch Doc, apa

Re: [Python-Dev] PEPs and versionadded

2010-12-15 Thread Barry Warsaw
On Dec 16, 2010, at 03:41 AM, Éric Araujo wrote: >I noticed that changes related to PEP 3147 and PEP 3149 in Doc haven’t >been accompanied by versionadded/versionchanged directives. > >Is that on purpose, meaning that everyone should be aware of these PEPs >when reading 3.2 docs, or just an oversi

[Python-Dev] PEPs and versionadded

2010-12-15 Thread Éric Araujo
Hi, I noticed that changes related to PEP 3147 and PEP 3149 in Doc haven’t been accompanied by versionadded/versionchanged directives. Is that on purpose, meaning that everyone should be aware of these PEPs when reading 3.2 docs, or just an oversight? Regards ___