Actualités

The newly approved Python Enhancement Proposal 751 gives Python a standard lock file format for specifying the dependencies of projects. Here’s the what, why, and when.
For posterity: I implemented dump support (writing into a python io object from the BytesWriter) and tried several different variations of this but did not get any clear performance gains over dumps, ...