The version of the Python programming language released on March 16, 2014. For issues that are specific to Python 3.4. Use the more generic [python] and [python-3.x] tags where possible.
Python is a general-purpose, high-level programming language whose design philosophy emphasizes code readability.
Python 3.4 (released on March 16, 2014), the first beta having been released on November 24, 2013) introduces a new enum
module providing an enumerated type, and an improved marshal
format. Other new modules include:
3.4 also includes a bundled installer for pip
to standardize installation of third-party modules.
Use this tag if your question is specifically about python-3.4. If your question applies to Python in general, use the tag python. If your question applies to Python 3.x but not to Python 2, use the tag python-3.x. If you aren't sure, tag your question python and mention which version you're using in the body of your question.