Freezing: clarify how it affects Python security updates

This commit is contained in:
Jonathan Hartley
2015-08-21 13:30:50 +01:00
parent 1a79ec73c2
commit 5587288b81
+3 -2
View File
@@ -16,8 +16,9 @@ Windows, and even on many Linux distributions and OSX versions, the right
version of Python will not already be installed.
One disadvantage is that it will bloat your distribution by about 2Mb.
Another problem is that your application, once downloaded by a user, will
not receive any security updates to the version of Python it uses.
Another problem is that your application will not receive any security updates
to the version of Python it uses unless you freeze a new version and get
users to download it.
Alternatives to Freezing
------------------------