#RFC9652
What's New in Python 3.14:

* Support UUID versions 6, 7, & 8 via uuid.uuid6(), uuid.uuid7(), & uuid.uuid8()

* uuid.NIL and uuid.MAX represent Nil and Max UUID formats

* Generate multiple UUIDs at once via python -m uuid --count

docs.python.org/3.14/whatsne...
#Python #Python314 #UUID #RFC9652
What’s new in Python 3.14
Editor, Hugo van Kemenade,. This article explains the new features in Python 3.14, compared to 3.13. For full details, see the changelog. Summary – release highlights: Python 3.14 will be the lates...
docs.python.org
September 11, 2025 at 6:06 PM
RFC9652 (The Link-Template HTTP Header Field) looks neat, though I'm struggling to figure out what an application for it would be. Specifically it's unclear to me how much prior information a client is expected to have about the supplied templates to use them. Like should this enable some sort […]
Original post on social.axiixc.com
social.axiixc.com
March 12, 2025 at 3:24 AM