Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,412 contributions in the last year
Contribution activity
August 2020
- tirkarthi/python-inject Python
- tirkarthi/faust Python
- tirkarthi/networkx Python
- tirkarthi/TextBlob Python
- tirkarthi/s3cmd Python
- tirkarthi/pusher-http-python Python
- tirkarthi/astroid Python
Created a pull request in ivankorobkov/python-inject that received 3 comments
Use assertRaisesRegex instead of assertRaisesRegexp to fix deprecation warnings
Fixes below deprecation warnings regarding unittest assertion helper.
=========================================================================== w…
+7
−7
•
3
comments
- [3.8] bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914)
- [3.9] bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914)
- bpo-41572: Documentation wording fix
- [3.8] Fix typo in message from assert statement (GH-21283)
- Fix typo in message from assert statement in multiprocessing\synchronize.py
- Fix grammar in Doc/tutorial/controlflow.rst
- bpo-40064 update documentation for elementtree
- Doc: Add output to example code in programming FAQ
- bpo-41371: Handle lzma lib import error in test_zoneinfo.py
- bpo-41371: Handle lzma lib import error in test_zoneinfo.py
Created an issue in ipython/ipython that received 2 comments
traitlets version in 5.x branch needs to be pinned for Python 2 compatibility.
In the 5.x branch the traitlets version is pinned to be ">=4.2" . There is a pre-release in traitlets 5.0.0b1 which makes this Python 3 only : http…
2
comments