This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients berker.peksag, ezio.melotti, numerodix, terry.reedy
Date 2013-10-25.23:57:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382745448.93.0.634341706351.issue19316@psf.upfronthosting.co.za>
In-reply-to
Content
Proposes changes could have been put in one (or just a few) messages with numbered suggestions. This would make it easier to refer to them. Each could have had a link to the file involved in order to make it easy to look at context. My opinions: 

msg200572 disagree
msg200573 agree
msg200576 agree that one of the two is better
msg200578 disagree, I think, though I might change after seeing context 
msg200579 agree that sentence is bad; 'is' has no subject.
msg200580 compiler is present in 2.7, gone in 3.3, 3.4

msg200583 the original is awkward; the replacement is wrong in that it says 'you must do xyz' and then 'if you do not want to do xyz'. Perhaps something like
"When testing changes that affect bytecode output, remove old .pyc files. On unix, use "find . -name '*.py[co]' -exec rm -f {} ';'". When committing such a change, update the magic number."

For running the test suite, that just needs to be run in /lib of the version being tested.  Or now, just delete __pycache__ directories. The Windows equivalent should be given. Or give a python equivalent using shutil.

msg200584 both are 'correct' on Merriam-Webster and wiktionary sites. Firefox only likes the first. I would go with whichever is used most in our docs.

No comment on last two.
History
Date User Action Args
2013-10-25 23:57:29terry.reedysetrecipients: + terry.reedy, ezio.melotti, berker.peksag, numerodix
2013-10-25 23:57:28terry.reedysetmessageid: <1382745448.93.0.634341706351.issue19316@psf.upfronthosting.co.za>
2013-10-25 23:57:28terry.reedylinkissue19316 messages
2013-10-25 23:57:28terry.reedycreate