Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions lang/python/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Python packages folder

## Notice of deprecation for Python2 packages

Python2 will retire in... [see link](https://pythonclock.org/)

That means, we also had to make a plan for OpenWrt's Python2 packages.

For a longer explanation about this plan, see:
https://github.com/openwrt/packages/issues/8520

But the bottom line is as follows:

* Hard deadline for new Py2 programs and libraries: 31 May 2019
* Normal updates deadline: 31 October 2019 (security updates continue afterwards)
* Mass removal: 31 March 2020 (or 2 weeks before freeze for 20.x release, whichever is sooner)

## Table of contents

1. [Description](#description)
Expand Down