This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients methane
Date 2017-10-02.00:53:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506905600.47.0.213398074469.issue31659@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, this is part of `import requests`.
`import ssl` took 11 ms and `textwrap` weights 2.4 ms of it.

                    - ipaddress 2048 us (self 2048 us)
                    - textwrap 2402 us (self 2402 us)
                    - _ssl 2744 us (self 2744 us)
                        - _struct 232 us (self 232 us)
                      - struct 411 us (self 180 us)
                      - binascii 272 us (self 272 us)
                    - base64 997 us (self 315 us)
                  - ssl 11158 us (self 2969 us)
History
Date User Action Args
2017-10-02 00:53:20methanesetrecipients: + methane
2017-10-02 00:53:20methanesetmessageid: <1506905600.47.0.213398074469.issue31659@psf.upfronthosting.co.za>
2017-10-02 00:53:20methanelinkissue31659 messages
2017-10-02 00:53:19methanecreate