Randy Syring added the comment:
Old functionality:
(temp)rsyring@loftex:~/projects/hllapi-src$ python
Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>&g
New submission from Randy Syring:
In issue http://bugs.python.org/issue21238 a feature was introduced to help
prevent false-positive test cases by throwing an AttributeError whenever a
non-existent method prefixed with "assert_" is used on a mock object.
I had mock objects with
New submission from Randy Syring :
http://www.python.org/download/ is missing a link to 2.5.4 in the
standard releases section.
--
assignee: georg.brandl
components: Documentation
messages: 78832
nosy: georg.brandl, rsyring
severity: normal
status: open
title: 2.5.4 release missing from