Re: [Python-Dev] devguide: Backporting is obsolete. Add details that I had to learn.

2012-01-10 Thread Anthony Kong
I don't find 'major' and 'minor' confusing too. Maybe because it is the designation used in linux community for years. On Tue, Jan 10, 2012 at 7:49 PM, Rob Cliffe wrote: > But "minor version" and "major version" are readily understandable to the > general reader, e.g. me, whereas "feature relea

Re: [Python-Dev] 3.2.1 encoding surprise

2011-07-18 Thread Anthony Kong
Similar outcome as Paul's. $ python3 t32enc.py $ python t32enc.py File "t32enc.py", line 1 SyntaxError: Non-ASCII character '\xc3' in file t32enc.py on line 1, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details $ python3 -V Python 3.2.1a0 $ python -V Python 2.6.1