Skip to content

Commit af909a5

Browse files
authored
README: Clarify how are applied 3.5 and 3.6 patches
1 parent 570ebc1 commit af909a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ Available branches
4141
* `3.5.3-patches <https://github.com/python/cpython/compare/3.5...python-cmake-buildsystem:3.5.3-patches>`_:
4242

4343
* Rename header files found in ``Modules/_decimal/libmpdec`` directory to avoid conflicts with system headers
44-
of the same name (``io.h`` and ``memory.h``). This script was originally used to update the sources: https://gist.github.com/jcfr/e166c0f3fd823de2586b1101f9c67947
44+
of the same name (``io.h`` and ``memory.h``). This script was originally used to update the sources: https://gist.github.com/jcfr/e166c0f3fd823de2586b1101f9c67947. - Apply to 3.5.x
4545

46-
* Prevent duplicated ``OverlappedType`` symbols with built-in extension on Windows.
46+
* Prevent duplicated ``OverlappedType`` symbols with built-in extension on Windows. - Apply to 3.5.x
4747

48-
* Export inlined functions to support extension built-in on Windows.
48+
* Export inlined functions to support extension built-in on Windows. - Apply to 3.5.x
4949

5050
* `3.6.2-patches <https://github.com/python/cpython/compare/3.6...python-cmake-buildsystem:3.6.2-patches>`_:
5151

5252
* Rename header files found in ``Modules/_decimal/libmpdec`` directory to avoid conflicts with system headers
53-
of the same name (``io.h``). This script was originally used to update the sources: https://gist.github.com/jcfr/e166c0f3fd823de2586b1101f9c67947
53+
of the same name (``io.h``). This script was originally used to update the sources: https://gist.github.com/jcfr/e166c0f3fd823de2586b1101f9c67947. - Apply to 3.6.x
5454

55-
* Prevent duplicated ``OverlappedType`` symbols with built-in extension on Windows.
55+
* Prevent duplicated ``OverlappedType`` symbols with built-in extension on Windows. - Apply to 3.6.x
5656

57-
* Export inlined functions to support extension built-in on Windows.
57+
* Export inlined functions to support extension built-in on Windows. - Apply to 3.6.x
5858

5959

6060
License

0 commit comments

Comments
 (0)