~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-05 14:47:26 UTC
  • mfrom: (5752.2.11 2.4-windows-lfstat)
  • Revision ID: pqm@pqm.ubuntu.com-20110405144726-zi3lj2kwvjml4kx5
(jameinel) Add osutils.lstat/fstat so that even on Windows lstat(fname) ==
 fstat(open(fname).fileno()) (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
.. Major internal changes, unlikely to be visible to users or plugin 
74
74
   developers, but interesting for bzr developers.
75
75
 
 
76
* Added ``osutils.lstat`` and ``osutils.fstat``. These are just the ``os``
 
77
  functions on Linux, but they are wrapped on Windows so that fstat
 
78
  matches lstat results across all python versions.
 
79
  (John Arbash Meinel)
 
80
 
76
81
Testing
77
82
*******
78
83