# Finally, You Can Drop the Parentheses in Python 3.14

DevFeed: [Finally, You Can Drop the Parentheses in Python 3.14](<https://devfeed.tech/articles/finally-you-can-drop-the-parentheses-in-python-3-14-20.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/finally-you-can-drop-the-parentheses-in-python-3-14>)

Author: Abhimanyu Saharan

Published: 2025-05-25T00:00:00Z

Content type: article

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [Python 3.14](<https://devfeed.tech/topics/python-3-14.md>), [Exception](<https://devfeed.tech/topics/exception.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [exception](<https://devfeed.tech/tags/exception.md>), [exception-handling](<https://devfeed.tech/tags/exception-handling.md>), [python](<https://devfeed.tech/tags/python.md>), [python-3-14](<https://devfeed.tech/tags/python-3-14.md>)

## AI overview

Python 3.14 introduces a cleaner syntax for catching multiple exceptions by allowing the parentheses to be omitted, as specified in PEP 758.

## Source excerpt

Python 3.14 simplifies exception handling with PEP 758, letting you drop parentheses when catching multiple exceptions, cleaner, consistent, and backward-safe.