Skip to content

Commit 6cecfcb

Browse files
committed
restore from disk crash
[SVN r18353]
1 parent 022a5a1 commit 6cecfcb

1 file changed

Lines changed: 20 additions & 10 deletions

File tree

todo.txt

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,36 @@
11
High Priority:
22
--------------
33

4-
Document builtin correspondences between builtiin Python types and C++
5-
types
4+
Finish shared_ptr support:
5+
http://aspn.activestate.com/ASPN/Mail/Message/c++-sig/1456023,
6+
http://mail.python.org/pipermail/c++-sig/2003-April/003760.html
7+
http://article.gmane.org/gmane.comp.python.c%2B%2B/2847
68

7-
FILE* conversions: http://aspn.activestate.com/ASPN/Mail/Message/1411366
9+
Replace "bad argument type for builtin operation" with better error
10+
messages.
811

9-
Finish shared_ptr support:
10-
http://aspn.activestate.com/ASPN/Mail/Message/c++-sig/1456023,
11-
http://mail.python.org/pipermail/c++-sig/2003-April/003760.html
12+
Implement type_info streaming for GCC
13+
(http://mail.python.org/pipermail/c++-sig/2002-June/001277.html)
14+
15+
Converter scoping: http://article.gmane.org/gmane.comp.python.c++/2044
16+
17+
Document builtin correspondences between builtiin Python types and C++
18+
types
1219

1320
Medium Priority:
1421
----------------
1522

16-
Implement type_info streaming for GCC
17-
(http://mail.python.org/pipermail/c++-sig/2002-June/001277.html)
23+
FILE* conversions: http://aspn.activestate.com/ASPN/Mail/Message/1411366
24+
25+
"Constructor Functors/Factory Constructors" - enabling the addition of
26+
new construction routines which aren't in the C++ interface
1827

1928
Low Priority:
2029
------------
2130
Write "inside the Python type system", a survey of typeobject.c in
2231
Python source
2332

24-
Better overload resolution - choose best match
25-
33+
Better overload resolution - choose best match (maybe never)
2634

35+
Detect non-explicit constructors and automatically call
36+
implicitly_convertible<>.

0 commit comments

Comments
 (0)