Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812860e commit 10682c2Copy full SHA for 10682c2
1 file changed
Doc/TODO
@@ -10,6 +10,15 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
10
* Complete the "Matching vs. Searching" subsection in the re module
11
section.
12
13
+* The "Very High Level Interface" in the API document has been
14
+ requested; I guess it wouldn't hurt to fill in a bit there. Request
15
+ by Albert Hofkamp <[email protected]>.
16
+
17
+* In the extensions manual, more information is needed about building
18
+ dynamically linked extensions in C++. Specifically, the extensions
19
+ must be linked against the C++ libraries (and possibly runtime).
20
+ Also noted by Albert Hofkamp <[email protected]>.
21
22
* Update the pickle documentation to describe all of the current
23
behavior; only a subset is described. __reduce__, etc.
24
0 commit comments