Discord.py: Installing 1.3.4 doesn't include code for 1.3.4: _overwrites is still a named tuple

Created on 22 Jul 2020  路  1Comment  路  Source: Rapptz/discord.py

I'm an idiot, pip wasn't installing/uninstalling where I thought it was.

I hate pip,

Summary

the command python3 -m pip install -U discord.py installs what it calls version 1.3.4 of discord, however the lines of code fixing this bug are missing and _overwrites is still a named tuple.

Reproduction Steps

Install discord with the suggested method python3 -m pip install -U discord.py.

Expected Results

The code for version 1.3.4 would actually be installed.

Actual Results

_overwrites is still a named tuple.

Checklist

- [ X] I have searched the open issues for duplicates.
- [ X] I have shown the entire traceback, if possible.
- [ X] I have removed my token from display, if visible.

System Information

Run python -m discord -v and paste this information below.
Lol, ok?

<deleted>


Python3.8, discord.py 1.3.4, Debian bullseye

invalid

Most helpful comment

I'm an idiot, pip wasn't installing/uninstalling where I thought it was.

>All comments

I'm an idiot, pip wasn't installing/uninstalling where I thought it was.

Was this page helpful?
0 / 5 - 0 ratings