Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(82)

Unified Diff: Doc/library/ctypes.rst

Issue 12666: map semantic change not documented in What's New
Patch Set: Created 1 year, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Doc/library/argparse.rst ('k') | Doc/library/os.rst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
--- a/Doc/library/ctypes.rst Thu Aug 04 17:17:07 2011 +0200
+++ b/Doc/library/ctypes.rst Mon Aug 01 17:51:34 2011 -0400
@@ -865,10 +865,10 @@
struct cell; /* forward declaration */
- struct cell {
+ struct {
char *name;
struct cell *next;
- };
+ } cell;
The straightforward translation into ctypes code would be this, but it does not
work::
« no previous file with comments | « Doc/library/argparse.rst ('k') | Doc/library/os.rst » ('j') | no next file with comments »

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7