Commit Graph

8 Commits

Author SHA1 Message Date
Nick Coghlan f40dab2cec Record rejection of PEP 437 2013-05-18 17:30:25 +10:00
Georg Brandl 43a0b7904d PEP 437: Add standard "local variables" footer. 2013-03-15 22:51:01 +01:00
Stefan Krah 170a8f61e1 Add fork_exec example. 2013-03-14 15:18:24 +01:00
Stefan Krah e7035bf03f Deprecate PY_SSIZE_T_CLEAN: Always assume Py_ssize_t for length arguments. 2013-03-14 13:11:37 +01:00
Stefan Krah 767bd61dd7 Mention possibility of (limited!) type-checking of converter definitions. 2013-03-14 13:04:59 +01:00
Stefan Krah 1ea522b951 Make it clear that the location of the docstring *specification* is a valid
topic for this PEP. After all, some people prefer to include docstrings inside
the DSL comment.
2013-03-14 12:50:00 +01:00
Stefan Krah 7298016028 - Fix typos and curses.window.addch definition.
- Point out that the C variable declaration and cleanup sections are in
  fact optional.

- Mention that C declaration parsing needs to be improved in the reference
  implementation.
2013-03-14 12:40:29 +01:00
Nick Coghlan bb22bceeae Add alternative argument clinic DSL PEP 2013-03-13 22:54:21 -07:00