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 Alicia.Arlen
Recipients Alicia.Arlen, brian.curtin, georg.brandl
Date 2011-03-14.19:37:39
SpamBayes Score 0.00023230875
Marked as misclassified No
Message-id <1300131460.79.0.278218518064.issue11505@psf.upfronthosting.co.za>
In-reply-to
Content
Started from coverage.py results.  Only 6 groups of lines did not have coverage.  Since the Template class originated in PEP292, those tests were added in test_pep292.py.  All Formatter class tests were added in test_string.py.

_invalid test (Lines 89-90):
  This error does not naturally occur, so the regex for pattern was overloaded to create the scenario where the format fails on the first character.

_vformat test (line 174):
  Forced recursion_depth negative to raise the error.

convert_field (lines 226, 299):
  Sent in appropriate convversion requests.

get_field (lines 256-257, 259):
  Added fieldname variations to test getattr and getitem lookups.
History
Date User Action Args
2011-03-14 19:37:40Alicia.Arlensetrecipients: + Alicia.Arlen, georg.brandl, brian.curtin
2011-03-14 19:37:40Alicia.Arlensetmessageid: <1300131460.79.0.278218518064.issue11505@psf.upfronthosting.co.za>
2011-03-14 19:37:39Alicia.Arlenlinkissue11505 messages
2011-03-14 19:37:39Alicia.Arlencreate