@@ -294,9 +294,6 @@ For example, Frob-6.0 could be a meta-package which depends on
294294Frob-real-py2 on Python <3.0, and Frob-real-py3 on Python >= 3.4. While
295295this approach is_ doable_ this can make imports confusing.
296296
297- Moreover, upgrading your package may need the user to explicitly tell pip to
298- upgrade dependencies as` pip install -U frob ` will only upgrade the meta-package.
299-
300297##Depend on setuptools
301298
302299You can mark your library as dependent on setuptools greater than 24.3 this
@@ -341,7 +338,7 @@ can also apply to libraries that are only stopping support for 2.6, or even are
341338already Python 3 only, but are starting to stop support for earlier versions of
342339Python. For example a library releasing a Python 3.4+ only version.
343340
344- Python 3.3 was release at the end ofend of 2012, and was the first version to
341+ Python 3.3 was release at the end of 2012, and was the first version to
345342support (again)` u ` as a prefix for Unicode string. It was one of the first
346343minor version of Python 3 that saw a majority of single-source project working
347344both on Python 2 and Python 3. These are the Project that will likely be