Skip to content

Commit 6d6be0f

Browse files
committedOct 1, 2015
minor tweaks to the 2.7 deprecation post
1 parent f1c06d1 commit 6d6be0f

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed
 

‎files/assets/css/custom.css

+5
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,8 @@ code.gs-code {
120120
width: 263px;
121121
}
122122
}
123+
124+
.pygal-chart {
125+
max-height: 80vh;
126+
width: auto;
127+
}

‎posts/nikola-py27-py3x-survey-results-and-the-future-of-python-27.rst

+8-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
.. slug: env-survey-results-and-the-future-of-python-27
33
.. date: 2015-09-26 10:00:00 UTC
44
.. tags: python, survey, planet
5-
.. category:
6-
.. link:
7-
.. description:
5+
.. category:
6+
.. link:
7+
.. description:
88
.. type: text
99
.. author: Chris Warrick
1010
@@ -17,6 +17,7 @@ Two thirds (66%) of Nikola users are already on Python 3. Some users run both ve
1717

1818
.. chart:: Pie
1919
:title: 'Python 2 and 3 users'
20+
:style: CleanStyle
2021

2122
'Python 2 only', 46
2223
'Python 3 only', 73
@@ -31,6 +32,7 @@ There are multiple operating system versions listed in the second (optional) que
3132

3233
.. chart:: Bar
3334
:title: 'Operating systems used by survey participants'
35+
:style: CleanStyle
3436

3537
'Ubuntu', 54
3638
'Debian', 37
@@ -52,6 +54,7 @@ Out of all the participants, only 10 (7.25%) said that they would not install a
5254

5355
.. chart:: Pie
5456
:title: 'Python 3 interpreter usage'
57+
:style: CleanStyle
5558

5659
'Have a Python 3 interpreter', 106
5760
'Can install Python 3 if required', 22
@@ -75,8 +78,8 @@ The future of Python 2.7 in Nikola
7578

7679
Taking the results of this survey into consideration, the Nikola developers decided that Python 2.7 support will be **dropped in Nikola v8.0.0**. This version will be released in early 2016. Before that date, we will migrate all our remaining infrastructure to Python 3.x. The next version of Nikola, v7.7.2, will be released on 2015-10-03 and will display a warning if the user is running Python 2.7. We might keep the compatibility hacks after v8.0.0, but we will not officially support using Python 2.7 with Nikola.
7780

78-
Motivation (added 2015-10-27)
79-
-----------------------------
81+
Motivation (added 2015-9-27)
82+
----------------------------
8083

8184
Supporting two Python versions is a lot of work. We have to use various
8285
compatibility hacks to make Unicode work properly, and then there are still

0 commit comments

Comments
 (0)
Please sign in to comment.