Author: Armin Rigo <[email protected]> Branch: Changeset: r78239:c7ccc6a7f9d7 Date: 2015-06-22 09:18 +0200 http://bitbucket.org/pypy/pypy/changeset/c7ccc6a7f9d7/
Log: Never write a date in the docs without specifying the year diff --git a/pypy/doc/embedding.rst b/pypy/doc/embedding.rst --- a/pypy/doc/embedding.rst +++ b/pypy/doc/embedding.rst @@ -6,7 +6,7 @@ C. It was developed in collaboration with Roberto De Ioris from the `uwsgi`_ project. The `PyPy uwsgi plugin`_ is a good example of using the embedding API. -**NOTE**: As of 1st of December, PyPy comes with ``--shared`` by default +**NOTE**: As of 1st of December 2014, PyPy comes with ``--shared`` by default on linux, linux64 and windows. We will make it the default on all platforms by the time of the next release. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
