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 brechtm
Recipients brechtm, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-04-05.10:36:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491388582.7.0.185144058431.issue29994@psf.upfronthosting.co.za>
In-reply-to
Content
Previous versions of the embeddable Python:

    Python 3.5.3 (v3.5.3:1880cb95a742, Jan 16 2017, 16:02:32) [MSC v.1900 64 bit (AMD64)] on win32
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import site
    >>> site.USER_SITE
    'C:\\Users\\Brecht\\AppData\\Roaming\\Python\\Python35\\site-packages'
    >>>

Version 3.6.0 and 3.6.1, both win32 and amd64:

    Python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 17:54:52) [MSC v.1900 32 bit (Intel)] on win32
    >>> import site
    >>> site.USER_SITE
    >>>

 This causes problems when importing pip for example.
History
Date User Action Args
2017-04-05 10:36:22brechtmsetrecipients: + brechtm, paul.moore, tim.golden, zach.ware, steve.dower
2017-04-05 10:36:22brechtmsetmessageid: <1491388582.7.0.185144058431.issue29994@psf.upfronthosting.co.za>
2017-04-05 10:36:22brechtmlinkissue29994 messages
2017-04-05 10:36:22brechtmcreate