diff options
| author | Ian Bicking <ianb@colorstudy.com> | 2009-03-03 13:19:51 -0600 |
|---|---|---|
| committer | Ian Bicking <ianb@colorstudy.com> | 2009-03-03 13:19:51 -0600 |
| commit | dc6dda8f6c595f40e2cfb5c2db467fabc291d631 (patch) | |
| tree | be5d8ce61ad70423b754b0c0d5051bdea4bcb0a7 /docs | |
| parent | 102f80d8b5afd352ee311d2c1d0d8d31a9fdb276 (diff) | |
| download | virtualenv-dc6dda8f6c595f40e2cfb5c2db467fabc291d631.tar.gz | |
[svn r3795] Fix #241581, Windows problems with paths with spaces in them
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.txt b/docs/index.txt index 81e46c8..21bd996 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -318,6 +318,9 @@ svn trunk * Added a function ``virtualenv.install_python`` for more fine-grained access to what ``virtualenv.create_environment`` does. +* Fix `a problem <https://bugs.launchpad.net/virtualenv/+bug/241581>`_ + with Windows and paths that contain spaces. + 1.3.2 ~~~~~ |
