[issue1283289] PyArg_ParseTupleAndKeywords gives misleading error message

2009-04-05 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

Looks like the new message is in 2.6 as well.

--
nosy: +georg.brandl
resolution:  - fixed
status: open - closed

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



[issue1283289] PyArg_ParseTupleAndKeywords gives misleading error message

2009-03-20 Thread Daniel Diniz

Daniel Diniz aja...@gmail.com added the comment:

Fixed on trunk and py3k, can someone test on the release branches?

Python 2.7a0 (trunk, Feb 24 2009, 10:30:17)
 re.compile(a).match(pos=10)
Traceback (most recent call last):
  File stdin, line 1, in module
TypeError: Required argument 'pattern' (pos 1) not found

--
nosy: +ajaksu2
versions: +Python 2.6, Python 3.0

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