mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
The module docstring had an RCS ID from 1999 embedded in it. Enough
already <wink>.
This commit is contained in:
parent
cba30e2c96
commit
64c04d1df3
1 changed files with 1 additions and 3 deletions
|
|
@ -3,9 +3,7 @@
|
||||||
#include "structmember.h"
|
#include "structmember.h"
|
||||||
|
|
||||||
PyDoc_STRVAR(cPickle_module_documentation,
|
PyDoc_STRVAR(cPickle_module_documentation,
|
||||||
"C implementation and optimization of the Python pickle module\n"
|
"C implementation and optimization of the Python pickle module.");
|
||||||
"\n"
|
|
||||||
"cPickle.c,v 1.71 1999/07/11 13:30:34 jim Exp\n");
|
|
||||||
|
|
||||||
#ifndef Py_eval_input
|
#ifndef Py_eval_input
|
||||||
#include <graminit.h>
|
#include <graminit.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue