2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 04:22:16 +00:00
Files
python/todo.txt
Dave Abrahams 4a5817d8ba enum export
[SVN r16604]
2002-12-13 20:04:34 +00:00

25 lines
612 B
Plaintext

High Priority:
--------------
Document builtin correspondences between builtiin Python types and C++
types
FILE* conversions: http://aspn.activestate.com/ASPN/Mail/Message/1411366
Finish shared_ptr support: http://aspn.activestate.com/ASPN/Mail/Message/c++-sig/1456023
Medium Priority:
----------------
Implement type_info streaming for GCC
(http://mail.python.org/pipermail/c++-sig/2002-June/001277.html)
Low Priority:
------------
Write "inside the Python type system", a survey of typeobject.c in
Python source -- may go hand-in-hand with enum wrapping
Better overload resolution - choose best match