package python-coverage
tags 495963 + upstream pending
thanks

On 25-Aug-2008, Nicolas Évrard wrote:
> --- coverage.py       2008-08-25 08:46:53.000000000 +0200
> +++ coverage.py.old   2008-08-25 08:46:24.000000000 +0200
> @@ -534,7 +534,7 @@
>                      if os.path.exists(g):
>                          f = g
>                          break
> -            cf = os.path.normcase(os.path.realpath(os.path.abspath(f)))
> +            cf = os.path.normcase(os.path.abspath(f))
>              self.canonical_filename_cache[filename] = cf
>          return self.canonical_filename_cache[filename]
>  

Upstream version 2.85 has applied a very similar change 
<URL:http://nedbatchelder.com/code/modules/coverage.html#h_Version_2.85_2C_September_14_2008>
 
which will fix this bug when that version is packaged for Debian. 

-- 
 \     “Dare to be naïve.” —Richard Buckminster Fuller, personal motto |
  `\                                                                   |
_o__)                                                                  |
Ben Finney <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: Digital signature

Reply via email to