Help requested for Python ISO Standard
To whom it may concern: I am working on an ISO Annex of Vulnerabilities for the Python language and am asking for help getting a list of language features that exhibit: unspecified behavior, undefined behavior, or implementation defined behavior. I am also searching for a list of deprecated features. Guido (copied) had suggested I contact you folks for help as we are coming up on an ISO deadline and I have not been successful finding this information. Thanks very much in advance for your help! Regards, Kevin Coyne Cell: 703.901.6774
kevin> I am working on an ISO Annex of Vulnerabilities for the Python kevin> language and am asking for help getting a list of language kevin> features that exhibit: kevin> unspecified behavior, undefined behavior, or implementation kevin> defined behavior. I am also searching for a list of deprecated kevin> features. One place to search: http://svn.python.org/projects/python/branches/py3k/Lib/test/crashers/ -- Skip Montanaro - skip@pobox.com - http://www.smontanaro.net/
Skip: Thanks, appreciate the link I've checked them all out and some may be useful to my task. Regards, Kevin Coyne Cell: 703.901.6774
Date: Mon, 6 Jun 2011 15:36:11 -0500 To: kevinjcoyne@hotmail.com CC: python-dev@python.org; l.wagone@radium.ncsc.mil; guido@python.org Subject: Re: [Python-Dev] Help requested for Python ISO Standard From: skip@pobox.com
kevin> I am working on an ISO Annex of Vulnerabilities for the Python kevin> language and am asking for help getting a list of language kevin> features that exhibit:
kevin> unspecified behavior, undefined behavior, or implementation kevin> defined behavior. I am also searching for a list of deprecated kevin> features.
One place to search:
http://svn.python.org/projects/python/branches/py3k/Lib/test/crashers/
-- Skip Montanaro - skip@pobox.com - http://www.smontanaro.net/
On Tue, Jun 7, 2011 at 8:14 AM, kevin coyne <kevinjcoyne@hotmail.com> wrote:
Skip: Thanks, appreciate the link I've checked them all out and some may be useful to my task.
Another two scans to try would be to look for "cpython" in the test suite and "impl-detail" in the documentation. Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia
participants (3)
-
kevin coyne
-
Nick Coghlan
-
skip@pobox.com