diff options
author | mattip <matti.picus@gmail.com> | 2014-06-06 01:16:22 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2014-06-06 01:16:22 +0300 |
commit | 09b89c7bb16346fd0f5dc117a3bce435510d4d12 (patch) | |
tree | 4bd91ec54ad8c5fd4e33dc2e0fdb2ee9747b2995 | |
parent | load local argparse if system-wide is missing (diff) | |
download | pypy-09b89c7bb16346fd0f5dc117a3bce435510d4d12.tar.gz pypy-09b89c7bb16346fd0f5dc117a3bce435510d4d12.tar.bz2 pypy-09b89c7bb16346fd0f5dc117a3bce435510d4d12.zip |
document branch
-rw-r--r-- | pypy/doc/whatsnew-head.rst | 6 |
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. |