[issue18185] Error in test_set.TestVariousIteratorArgs.test_inline_methods

2014-04-26 Thread Berker Peksag

Berker Peksag added the comment:

This was fixed in b6059bac8a9c. (see also issue 18944)

--
resolution:  - out of date
stage: patch review - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18185
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18185] Error in test_set.TestVariousIteratorArgs.test_inline_methods

2013-06-10 Thread Sye van der Veen

New submission from Sye van der Veen:

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'.

--
components: Tests
messages: 190941
nosy: syeberman
priority: normal
severity: normal
status: open
title: Error in test_set.TestVariousIteratorArgs.test_inline_methods
type: behavior

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18185
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18185] Error in test_set.TestVariousIteratorArgs.test_inline_methods

2013-06-10 Thread Berker Peksag

Berker Peksag added the comment:

Related changeset: http://hg.python.org/cpython/rev/54ff68e973ee#l12.1110

--
keywords: +patch
nosy: +berker.peksag
stage:  - patch review
versions: +Python 2.7, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file30540/issue18185.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18185
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com