File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ been GPL-compatible; the table below summarizes the various releases.
118118+----------------+--------------+------------+------------+-----------------+
119119| 3.2.2 | 3.2.1 | 2011 | PSF | yes |
120120+----------------+--------------+------------+------------+-----------------+
121- | 3.3 | 3.2 | 2012 | PSF | yes |
121+ | 3.3.0 | 3.2 | 2012 | PSF | yes |
122122+----------------+--------------+------------+------------+-----------------+
123123
124124.. note ::
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ the various releases.
7373 3.2 3.1 2011 PSF yes
7474 3.2.1 3.2 2011 PSF yes
7575 3.2.2 3.2.1 2011 PSF yes
76- 3.3 3.2 2012 PSF yes
76+ 3.3.0 3.2 2012 PSF yes
7777
7878Footnotes:
7979
Original file line number Diff line number Diff line change 1212# include "pythonnt_rc.h"
1313#endif
1414
15- /* e.g., 2.1a2
15+ /* e.g., 3.3.0a1
1616 * PY_VERSION comes from patchevel.h
1717 */
1818#define PYTHON_VERSION PY_VERSION "\0"
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ All Rights Reserved.";
1919const char *
2020Py_GetCopyright (void )
2121{
22- return cprt ;
22+ return cprt ;
2323}
You can’t perform that action at this time.
0 commit comments