-
Bug
-
Resolution: Done
-
Minor
-
7.0
Products & Services > Product Documentation > Red Hat JBoss AMQ7.0 > Using the AMQ Python Client
Although the examples provided in the doc works as expected, we should avoid bad coding practices in our examples like:
- Redefining existing classes
- Redefining global names
- Redefining built-in names
- Wildcard imports
- Unused imports
- Missing exception types
I have proposed updated code examples and patches that avoid it.