From 207a7908e87e994f5ee53f9eb2cb83c9faedd9d9 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 5 Jun 2011 16:26:18 +0200 Subject: [PATCH] Note for windows users on the upgrade script --- docs/upgrading.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 59863143..f0f3c26e 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -59,6 +59,13 @@ Please note that deprecation warnings are disabled by default starting with Python 2.7. In order to see the deprecation warnings that might be emitted you have to enabled them with the :mod:`warnings` module. +If you are working with windows and you lack the `patch` command line +utility you can get it as part of various Unix runtime environments for +windows including cygwin, msysgit or ming32. Also source control systems +like svn, hg or git have builtin support for applying unified diffs as +generated by the tool. Check the manual of your version control system +for more information. + Bug in Request Locals `````````````````````