~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(vila) Rename assertWarns in test_config to avoid clashing with unittest2
 assertWarns. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
* Handle (minor) incompatible change in python 2.7.6 leading to test
90
90
  failures. Only tests are affected. (Vincent Ladeuil, #1303879)
91
91
 
92
 
* Take python 2.7.6 late (better than never) bugfix in ntpath.py into
93
 
  account. Only tests are affected (Vincent Ladeuil, #1303879).
94
 
 
95
92
* Remove wrong assumption about how TCP server and client interact when run
96
93
  inside the same process. (Vincent Ladeuil, #1269886).
97
94
 
 
95
* Rename assertWarns in bt.test_config so it doesn't clash with the
 
96
  assertWarns introduced in recent python (Vincent Ladeuil, #1514210)
 
97
    
98
98
* Restrict access to '.netrc' in tests or recent python (2.7.5-8) will
99
99
  complain. (Vincent Ladeuil, #1233413)
100
100
 
102
102
  way to fix them without testing on windows itself.
103
103
  (Vincent Ladeuil, #1451448)
104
104
     
 
105
* Take python 2.7.6 late (better than never) bugfix in ntpath.py into
 
106
  account. Only tests are affected (Vincent Ladeuil, #1303879).
 
107
 
105
108
..
106
109
   vim: tw=74 ft=rst ff=unix