On 3/27/06, Aahz <[EMAIL PROTECTED]> wrote:
> On Mon, Mar 27, 2006, Steven Bethard wrote:
> >
> > Abstract
> > ========
> >
> > This PEP describes the procedure for changes to Python that introduce
> > backwards incompatible changes between the Python 2.X series and
> > Python 3000. All such changes must be documented by an appropriate
> > Python 3000 PEP and must be accompanied by code that can identify
> > when pieces of Python 2.X code will be incorrect in Python 3000.
>
> s/incorrect/problematic/g
>
> There will be plenty of cases where code may be either correct or
> incorrect depending on the exact circumstances.  Correctly determining
> whether any code is incorrect is impossible for a computer program; all
> we can guarantee is flagging code that *may* cause problems.

Yeah, that looks better.  I've updated the PEP accordingly and posted it at:
http://ucsu.colorado.edu/~bethard/py/pep-backwards-incompatible.txt

Steve
--
Grammar am for people who can't think for myself.
        --- Bucky Katt, Get Fuzzy
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to