aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2014-06-06 01:16:22 +0300
committermattip <matti.picus@gmail.com>2014-06-06 01:16:22 +0300
commit09b89c7bb16346fd0f5dc117a3bce435510d4d12 (patch)
tree4bd91ec54ad8c5fd4e33dc2e0fdb2ee9747b2995
parentload local argparse if system-wide is missing (diff)
downloadpypy-09b89c7bb16346fd0f5dc117a3bce435510d4d12.tar.gz
pypy-09b89c7bb16346fd0f5dc117a3bce435510d4d12.tar.bz2
pypy-09b89c7bb16346fd0f5dc117a3bce435510d4d12.zip
document branch
-rw-r--r--pypy/doc/whatsnew-head.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
index 3911cdd2c2..8da71b6dd0 100644
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -12,3 +12,9 @@ Annotator cleanups
.. branch: release-2.3.x
.. branch: unify-call-ops
+
+.. branch packaging
+Use argparse for packaging.py, and add third-party components to LICENSE file.
+Also mention that gdbm is GPL.
+Do not crash the packaging process on failure in CFFI or license-building,
+rather complete the build step and return -1.