-
BPO | [36012](https://bugs.python.org/issue36012)
--- | :---
Nosy | @nascheme, @rhettinger, @scoder, @pablogsal, @0xYasser
PRs | python/cpython#11907
Files | [perf-screenshot.png](https://bugs.python.…
-
### Proposed title of article
Magic Methods in Python
### Proposed article introduction
Magic methods are special methods in python that have double underscores (dunder) on both sides of the meth…
-
BPO | [31995](https://bugs.python.org/issue31995)
--- | :---
Nosy | @rhettinger, @serhiy-storchaka
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect…
-
BPO | [37052](https://bugs.python.org/issue37052)
--- | :---
Nosy | @cjw296, @ezio-melotti, @voidspace, @asvetlov, @1st1, @phmc, @lisroach, @mariocj89, @miss-islington, @tirkarthi
PRs | python/cpython…
-
BPO | [32895](https://bugs.python.org/issue32895)
--- | :---
Nosy | @rhettinger, @serhiy-storchaka
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect…
-
* Version: Any
* Python: Any
* OS: Any
### What was wrong?
Not sure if this bug is relevant. But, the other day, I was playing around with the `datastructures` module and found a bug in [`Read…
-
BPO | [30787](https://bugs.python.org/issue30787)
--- | :---
Nosy | @brettcannon, @rhettinger, @bitdancer
*Note: these values reflect the state of the issue at the time it was migrated and might not …
-
BPO | [19385](https://bugs.python.org/issue19385)
--- | :---
Nosy | @ncoghlan, @PCManticore, @jimjjewett, @serhiy-storchaka
Files | [dbm_dumb.patch](https://bugs.python.org/file32347/dbm_dumb.patch "U…
-
Python allows to implement certain operations for a class that are invoked by special syntax by defining methods with special names [1]. This is Python’s approach to operator overloading, allowing cla…
-
**Is your feature request related to a problem? Please describe.**
It would be nice to have two versions of the documentation, one dev and one non-dev
**Describe the solution you'd like**
two ent…