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:
@@ -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 "bad argument type for builtin
|
||||
operation" 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=
|
||||
|
||||
Reference in New Issue
Block a user