DEV Community

Discussion on: Whats New in Python 3.8

Collapse
 
december1981 profile image
Stephen Brown • Edited

Thanks for the heads up, looks an interesting release. The new positional (forbid, optional, require) parameter syntax is worth a mention, too.

BTW, there are a couple if typos with the return and yield statement in "def baz" above.