2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00
[SVN r8297]
This commit is contained in:
Ullrich Köthe
2000-11-22 12:26:03 +00:00
parent 0f0cf4b8b8
commit 33ae3a8bae

View File

@@ -1,3 +1,11 @@
2000-11-22 10:00
Ullrich fixed bug in operator_dispatcher<op_long>.
2000-11-21 10:00
Changed all class and function names into lower_case.
Ullrich updated documentation for operator wrapping.
2000-11-20 10:00
Ullrich renamed ExtensionClass:register_coerce() into
ExtensionClass:def_standard_coerce() and made it public