[Python-Dev] [RELEASED] Python 3.4.0b2
Christian Heimes
christian at python.org
Mon Jan 6 07:15:55 CET 2014
More information about the Python-Dev mailing list
Mon Jan 6 07:15:55 CET 2014
- Previous message: [Python-Dev] [RELEASED] Python 3.4.0b2
- Next message: [Python-Dev] [RELEASED] Python 3.4.0b2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 06.01.2014 05:12, Donald Stufft wrote: > ensurepip uses —no-index so it shouldn’t be hitting the network at all. Do you have a test to ensure that ensurepip doesn't try to use network connections? You could e.g. mock socket.create_connection() and socket.socket() in a custom socket module. The subprocess makes it a little bit more complicated to test its behavior. Christian
- Previous message: [Python-Dev] [RELEASED] Python 3.4.0b2
- Next message: [Python-Dev] [RELEASED] Python 3.4.0b2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list