Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 57389a4

Browse filesBrowse files
authored
Merge pull request DomainTools#52 from g-clef/python-support
Create python support policy
2 parents 2b80cd8 + b9ed4f2 commit 57389a4
Copy full SHA for 57389a4

File tree

Expand file treeCollapse file tree

2 files changed

+35
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+35
-0
lines changed
Open diff view settings
Collapse file

‎PYTHON_SUPPORT.md‎

Copy file name to clipboard
+29Lines changed: 29 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Supported Versions of Python
2+
3+
## Policy
4+
5+
The DomainTools API library will support all versions of Python that are actively maintained by the Python
6+
Software Foundation. When a version of Python enters End of Life (EOL), the API library will also end support
7+
for that version of Python.
8+
9+
When a version's End of Life date is reached, DomainTools will ensure that a release of the API library that
10+
contains all changes up to that point in time is available. If a release already exists that has all
11+
changes at the point of a version's EOL date, no new one will be made. Any changes (features, bugfixes, etc)
12+
released after an EOL date will not be tested on the now-unsupported version.
13+
14+
Versions of Python from other organizations (e.g. cython, pypy, jython) will not be actively supported. DomainTools
15+
will not develop specifically for those versions of Python, but we welcome community assistance (such as pull
16+
requests) to support them.
17+
18+
### Python 2
19+
20+
DomainTools API library support for Python 2.7 (and all Python 2) will end on November 30, 2020.
21+
22+
### Python 3.5
23+
24+
DomainTools will continue to support Python 3.5 until November 30, 2020.
25+
26+
## Upcoming Timeline:
27+
28+
- Support for Python 2.7 will end on Nov 30, 2020
29+
- Support for Python 3.5 will end on Nov 30, 2020
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,9 @@ To avoid having to type in your API key repeatedly, you can specify them in `~/.
201201
API_USER
202202
API_KEY
203203
```
204+
205+
Python Version Support Policy
206+
===================
207+
208+
Please see the [supported versions](https://github.com/DomainTools/python_api/raw/master/PYTHON_SUPPORT.md) document
209+
for the DomainTools Python support policy.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.