Getting this error on Python 3.4b2 on Windows 7: ``` c:\venvs\my_env\lib\site.py:429: DeprecationWarning: 'U' mode is deprecated fp = open(filename, "rU") ``` For some reason Virtualenv creates a `site.py` module with code that uses the deprecated U flag.