Skip to content

Commit 32f773b

Browse files
authored
Merge pull request python3statement#101 from mhils/mitmproxy
Add mitmproxy
2 parents b422ae9 + 5c140e9 commit 32f773b

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ These projects pledge to drop Python 2 support in or before 2020.
3333
- [![](assets/kivy.png)Kivy](https://kivy.org/)
3434
- [![](assets/biopython.png)Biopython](http://biopython.org/)
3535
- [![](assets/zulip.png)Zulip](https://zulip.org)
36+
- [![](assets/mitmproxy.png)mitmproxy](https://mitmproxy.org/)
3637

3738
&nbsp; <!--break separating project with image from without -->
3839

assets/mitmproxy.png

33.2 KB
Loading

site.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ $(document).ready(function (){
174174
{content: 'v5', start: '2018-08-01', end: '2019-08-01'},
175175
{content: 'v6', start: '2019-08-01', end: '2020-08-01'},
176176
],
177+
'mitmproxy':[
178+
{content: '0.18.x', start: '2016-10-16', end: '2017-10-16', py2:true},
179+
{content: '1.0.x -', start: '2016-12-26', end: '2021-12-23'}
180+
],
177181

178182
// for tests, rando example
179183
//'matplotlib':[

0 commit comments

Comments
 (0)