summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2009-03-03 13:19:51 -0600
committerIan Bicking <ianb@colorstudy.com>2009-03-03 13:19:51 -0600
commitdc6dda8f6c595f40e2cfb5c2db467fabc291d631 (patch)
treebe5d8ce61ad70423b754b0c0d5051bdea4bcb0a7 /docs
parent102f80d8b5afd352ee311d2c1d0d8d31a9fdb276 (diff)
downloadvirtualenv-dc6dda8f6c595f40e2cfb5c2db467fabc291d631.tar.gz
[svn r3795] Fix #241581, Windows problems with paths with spaces in them
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt3
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
~~~~~