Skip to content

Commit f9ed6e8

Browse files
committed
Last changes from Thomas
1 parent b542e01 commit f9ed6e8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

_practicalities/intro.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,6 @@ For example, Frob-6.0 could be a meta-package which depends on
294294
Frob-real-py2 on Python <3.0, and Frob-real-py3 on Python >= 3.4. While
295295
this 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

302299
You 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
341338
already Python 3 only, but are starting to stop support for earlier versions of
342339
Python. For example a library releasing a Python 3.4+ only version.
343340

344-
Python 3.3 was release at the end of end 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
345342
support (again) `u` as a prefix for Unicode string. It was one of the first
346343
minor version of Python 3 that saw a majority of single-source project working
347344
both on Python 2 and Python 3. These are the Project that will likely be

0 commit comments

Comments
 (0)