Skip to content

Commit 5587288

Browse files
committed
Freezing: clarify how it affects Python security updates
1 parent 1a79ec7 commit 5587288

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/shipping/freezing.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ Windows, and even on many Linux distributions and OSX versions, the right
1616
version of Python will not already be installed.
1717

1818
One disadvantage is that it will bloat your distribution by about 2Mb.
19-
Another problem is that your application, once downloaded by a user, will
20-
not receive any security updates to the version of Python it uses.
19+
Another problem is that your application will not receive any security updates
20+
to the version of Python it uses unless you freeze a new version and get
21+
users to download it.
2122

2223
Alternatives to Freezing
2324
------------------------

0 commit comments

Comments
 (0)