summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2016-10-27 20:13:29 -0700
committerEli Bendersky <eliben@gmail.com>2016-10-27 20:13:29 -0700
commit05c278231adbfa770a336fbdd4030fd12241d412 (patch)
tree080ac524b6a50a4fa470e50c80c3439d8b9c57fb
parent7261961113b5c2532107279cf497479b7a634465 (diff)
downloadpycparser-05c278231adbfa770a336fbdd4030fd12241d412.tar.gz
Cosmetic fixes
-rw-r--r--CHANGES2
-rw-r--r--TODO.txt3
2 files changed, 2 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 9c5e6a3..d6337ac 100644
--- a/CHANGES
+++ b/CHANGES
@@ -37,7 +37,7 @@
- This is a fix release for 2.11; the memory optimization with __slots__ on
Coord and AST nodes didn't take weakrefs into account, which broke cffi and
- its many dependents (iseue #76). Fixed by adding __weakref__ to __slots__.
+ its many dependents (issue #76). Fixed by adding __weakref__ to __slots__.
+ Version 2.11 (21.04.2015)
diff --git a/TODO.txt b/TODO.txt
index 78e516a..9c063e9 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -10,8 +10,7 @@ setup.py, __init__.py, README, CHANGES
- If PLY version changes, note it in README and ply/LICENSE
- Run tox tests
-python setup.py sdist upload
-python setup.py stisd bdist_wheel upload [for creating a wheel]
+python setup.py sdist
Misc
----