Yes, this is expected. We haven't had a release in the last 3 months.  The main issue is that we don't currently have any volunteers to be release manager.

-g

On Jul 2, 2021, at 2:27 PM, Nathaniel Haggard <natester@gmail.com> wrote:

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
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python