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 syeberman
Recipients syeberman
Date 2013-06-11.02:06:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370916368.79.0.653461926178.issue18185@psf.upfronthosting.co.za>
In-reply-to
Content
I'm working with Python's test suite and noticed this error:
http://hg.python.org/cpython/file/668aba845fb2/Lib/test/test_set.py#l1669
  # etc...
  for g in (G, I, Ig, L, R):
    expected = meth(data)
    actual = meth(G(data))
  # etc...
I believe the assignment to actual should be using a lower-case 'g'.
History
Date User Action Args
2013-06-11 02:06:08syebermansetrecipients: + syeberman
2013-06-11 02:06:08syebermansetmessageid: <1370916368.79.0.653461926178.issue18185@psf.upfronthosting.co.za>
2013-06-11 02:06:08syebermanlinkissue18185 messages
2013-06-11 02:06:08syebermancreate