[pypy-commit] pypy default: accentuate the negative

pjenvey pypy.commits at gmail.com
Mon May 30 04:51:59 EDT 2016


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: 
Changeset: r84828:c0bc3ce53c5c
Date: 2016-05-30 01:49 -0700
http://bitbucket.org/pypy/pypy/changeset/c0bc3ce53c5c/

Log:	accentuate the negative

diff --git a/pypy/doc/release-pypy3.3-v5.2-alpha1.rst b/pypy/doc/release-pypy3.3-v5.2-alpha1.rst
--- a/pypy/doc/release-pypy3.3-v5.2-alpha1.rst
+++ b/pypy/doc/release-pypy3.3-v5.2-alpha1.rst
@@ -17,9 +17,11 @@
 
 * Python 3.3.5 support!
 
-  - Being an early alpha release, there are `known issues`_ including
-    performance regressions (e.g. issue `#2305`_). The focus for this release
-    has been updating to 3.3 compatibility.
+  - Being an early alpha release, there are some `missing features`_ such as a
+    `PEP 393-like space efficient string representation`_ and `known issues`_
+    including performance regressions (e.g. issue `#2305`_). The focus for this
+    release has been updating to 3.3 compatibility. Windows is also not yet
+    supported.
 
 * `ensurepip`_ is also included (it's only included in CPython 3 >= 3.4).
 
@@ -35,8 +37,8 @@
 
 This release supports:
 
-  * **x86** machines on most common operating systems
-    (Linux 32/64, Mac OS X 64, Windows 32, OpenBSD, FreeBSD),
+  * **x86** machines on most common operating systems except Windows
+    (Linux 32/64, Mac OS X 64, OpenBSD, FreeBSD),
 
   * newer **ARM** hardware (ARMv6 or ARMv7, with VFPv3) running Linux,
 
@@ -59,6 +61,8 @@
 
 .. _donated: http://morepypy.blogspot.com/2012/01/py3k-and-numpy-first-stage-thanks-to.html
 .. _`py3k proposal`: http://pypy.org/py3donate.html
+.. _`PEP 393-like space efficient string representation`: https://bitbucket.org/pypy/pypy/issues/2309/optimized-unicode-representation
+.. _`missing features`: https://bitbucket.org/pypy/pypy/issues?status=new&status=open&component=PyPy3+%28running+Python+3.x%29&kind=enhancement
 .. _`known issues`: https://bitbucket.org/pypy/pypy/issues?status=new&status=open&component=PyPy3%20%28running%20Python%203.x%29
 .. _`#2305`: https://bitbucket.org/pypy/pypy/issues/2305
 .. _`ensurepip`: https://docs.python.org/3/library/ensurepip.html#module-ensurepip


More information about the pypy-commit mailing list