1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-11-22 11:04:25 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Satwik Kansal
c30e0d2ed6 Merge remote-tracking branch 'origin/master' into 3.0 2019-07-08 02:33:38 +05:30
cclauss
a4776a6b67
Use ==/!= to compare str, bytes, and int literals
Identity is not the same thing as equality in Python.

$ __[flake8](http://flake8.pycqa.org)  . --count --select=E9,F63,F7,F82 --show-source --statistics__
```
    if resp.status_code is 200:
       ^
1     F632 use ==/!= to compare str, bytes, and int literals
1
```
2019-07-02 15:36:23 +02:00
Satwik Kansal
45bec627d1 Add todos 2019-05-06 23:49:57 +05:30
Satwik Kansal
5c8c4c5843 Get the generator in a working state 2019-05-06 23:47:24 +05:30
Satwik Kansal
596186d81c Add json generator 2019-05-01 19:12:17 +05:30
cclauss
2fb04501f7 Fix Python 3 compatibility in the irrelevant code! (#86) 2018-06-22 01:17:51 +05:30
Satwik Kansal
07861a045d Fix an error in the irrelevant code!
Fixes https://github.com/satwikkansal/wtfpython/issues/85
2018-06-19 01:05:32 +05:30
Satwik Kansal
65a0811e1d A bit of code clean up 2018-01-22 18:49:09 +05:30