cpython: f683ca2b30e3 (original) (raw)

Mercurial > cpython

changeset 82580:f683ca2b30e3 3.3

#11963: merge with 3.2. [#11963]

Ezio Melotti ezio.melotti@gmail.com
date Sun, 10 Mar 2013 03:27:26 +0200
parents 185c923f21ec(current diff)64b87578c071(diff)
children 65147d2422dc bb7e01b5d362
files Lib/test/test_parser.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-)[+] [-] Lib/test/test_parser.py 3

line wrap: on

line diff

--- a/Lib/test/test_parser.py +++ b/Lib/test/test_parser.py @@ -615,7 +615,8 @@ class ParserStackLimitTestCase(unittest. rc, out, err = assert_python_failure('-c', e) # parsing the expression will result in an error message # followed by a MemoryError (see #11963)

class STObjectTestCase(unittest.TestCase): """Test operations on ST objects themselves"""