2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 05:42:30 +00:00

Implemented better error reporting for argument match errors.

[SVN r19264]
This commit is contained in:
Dave Abrahams
2003-07-22 20:12:07 +00:00
parent d4e06ac436
commit 6a33b8aeeb

View File

@@ -53,6 +53,18 @@
a <code>shared_ptr</code> is converted back to Python, the
original Python object will be returned.</dd>
<dt>22 July 2003</dt>
<dd>Killed the dreaded &quot;bad argument type for builtin
operation&quot; error. Argument errors now show the actual and
expected argument types!</dd>
<dt>19 July 2003</dt>
<dd>Added the new <code>return_arg</code> policy from <a href=
"mailto:nickm-at-sitius.com">Nikolay Mladenov</a>. Thanks,
Nikolay!</dd>
<dt>19 January 2003</dt>
<dd>Integrated <code>staticmethod</code> support from <a href=