Skip to content

Commit 2274ac9

Browse files
authored
Merge pull request #35 from Carreau/-make-final
Remove the in construction section, and the statement is not in final form
2 parents 41fa1f0 + 5a4f20b commit 2274ac9

File tree

4 files changed

+46
-19
lines changed

4 files changed

+46
-19
lines changed

_sections/01-construction.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

_sections/20-statement.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
title: statement
3-
bg: '#fab125'
4-
color: black
3+
bg: '#4da45e'
4+
color: white
55
---
66

77
# Python 3 Statement
88

9-
### This is the current text of the statement. It is not yet final, and your feedback is welcome.
10-
119
All of the major projects making up the Scientific Python stack now support
1210
both Python 3.x and Python 2.7, and many projects have been supporting these
1311
two versions of the language for several years. While we have developed tools
@@ -39,5 +37,7 @@ core principle of free and open source software that this is possible. However,
3937
if you enjoy the free, first party support for many projects in the Scientific
4038
Python stack, please start planning to move to Python 3.
4139

42-
For all of these reasons, the following projects have pledged to **drop support for Python 2.7 no later than 2020**,
43-
coinciding with the Python development team's [timeline for dropping support for Python 2.7](https://www.python.org/dev/peps/pep-0373/#update).
40+
For all of these reasons, the following projects have pledged to **drop support
41+
for Python 2.7 no later than 2020**, coinciding with the Python development
42+
team's [timeline for dropping support for Python
43+
2.7](https://www.python.org/dev/peps/pep-0373/#update).

_sections/70-discuss.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: discuss
3+
fa-icon: comment
4+
bg: '#a066f3'
5+
color: 'white'
6+
style: center
7+
---
8+
9+
# Discuss
10+
11+
While the above statement is close to final form, it is still open for
12+
discussion. Feel free to [open an
13+
issue](https://github.com/python3statement/python3statement.github.io/issues)
14+
on our GitHub repository or browse the open and closed ones.
15+
16+
If you think some information is missing or inaccurate, please let us know as
17+
well.

_sections/80-update-my-project.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Practicalities
3+
fa-icon: arrow-circle-up
4+
bg: '#49a7e9'
5+
color: 'white'
6+
style: center
7+
---
8+
9+
# Practicalities
10+
11+
While most of the project that have signed up above are migrating to Python 3
12+
only code base, we are gathering information about the difficulties that can be
13+
encountered both by developers and users during this process.
14+
15+
We are thus collecting a list of things to be aware of for the transition to be
16+
as seem less as possible. For example : as a developer, how to make sure that
17+
package manager like pip do not upgrade you your libraries to incompatible
18+
versions on Python 2. Check [our
19+
repository](https://github.com/python3statement/python3statement.github.io) for
20+
more informations.
21+
22+
23+

0 commit comments

Comments
 (0)