~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2014-04-09 13:36:25 UTC
  • mfrom: (6592.1.2 1303879-py27-issues)
  • Revision ID: pqm@pqm.ubuntu.com-20140409133625-s24spv3kha2w2860
(vila) Fix python-2.7.6 test failures. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
   suite.  This can include new facilities for writing tests, fixes to 
64
64
   spurious test failures and changes to the way things should be tested.
65
65
 
 
66
* Handle (minor) incompatible change in python 2.7.6 leading to test
 
67
  failures. Only tests are affected. (Vincent Ladeuil, #1303879)
 
68
 
 
69
* Take python 2.7.6 late (better than never) bugfix in ntpath.py into
 
70
  account. Only tests are affected (Vincent Ladeuil, #1303879).
 
71
 
66
72
* Remove wrong assumption about how TCP server and client interact when run
67
73
  inside the same process. (Vincent Ladeuil, #1269886).
68
74