[Twisted-Python] itervalues in pypi package

Nathaniel Haggard natester at gmail.com
Fri Jul 2 15:27:37 MDT 2021


When making a python3 virtualenv and installing twisted I get
t/i/process.py that has .itervalues() in it, but this was fixed 3 months
ago (https://twistedmatrix.com/trac/ticket/9933).

```
curl
https://files.pythonhosted.org/packages/c2/41/3f30da0f7025480eff8feb9ef0927c6db6bbbf6e64985cac77ee0210a903/Twisted-21.2.0.tar.gz
> t
tar xvzf t
grep itervalues Twisted-21.2.0/src/twisted/internet/process.py
        for p in self.pipes.itervalues():
        for p in self.pipes.itervalues():
```

Thanks,
Nate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20210702/4021a980/attachment.htm>


More information about the Twisted-Python mailing list