Skip to content

Commit ecfdb8a

Browse files
committed
Remove Python 2.x advice
1 parent 065f441 commit ecfdb8a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ All entry points must instanciate `e3.main.Main` to parse their options.
7373

7474
Exceptions raised by `e3` should derived from `e3.error.E3Error`.
7575

76-
### hasattr()
77-
78-
Don't use hasattr() - this swallows exceptions and makes debugging much
79-
harder. Use getattr() instead.
80-
81-
8276
The `e3` namespace
8377
------------------
8478

0 commit comments

Comments
 (0)