Skip to content

Commit

Permalink
Python changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Mar 21, 2017
1 parent 9c730bc commit 4263c53
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion nixos/doc/manual/release-notes/rl-1703.xml
Expand Up @@ -273,6 +273,14 @@ following incompatible changes:</para>
</para>
</listitem>

<listitem>
<para>Python 2.6 interpreter and package set have been removed.</para>
</listitem>

<listitem>
<para>The Python 2.7 interpreter does not use modules anymore. Instead, all CPython interpreters now include the whole standard library except for `tkinter`, which is available in the Python package set.</para>
</listitem>

<listitem>
<para>
Python 2.7, 3.5 and 3.6 are now built deterministically and 3.4 mostly.
Expand All @@ -283,9 +291,17 @@ following incompatible changes:</para>
</para>
</listitem>

<listitem>
<para>The Python package sets now use a fixed-point combinator and the sets are available as attributes of the interpreters.</para>
</listitem>

<listitem>
<para>The Python function `buildPythonPackage` has been improved and can be used to build from Setuptools source, Flit source, and precompiled Wheels.</para>
</listitem>

<listitem>
<para>
When adding new or updating current libraries, the expressions should be put
When adding new or updating current Python libraries, the expressions should be put
in separate files in <literal>pkgs/development/python-modules</literal> and
called from <literal>python-packages.nix</literal>.
</para>
Expand Down

0 comments on commit 4263c53

Please sign in to comment.