~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2011-04-14 07:53:38 UTC
  • mto: This revision was merged to the branch mainline in revision 5788.
  • Revision ID: mbp@sourcefrog.net-20110414075338-0cwknb7zokfouzwj
Stop using failIf, failUnless, etc

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
   suite.  This can include new facilities for writing tests, fixes to 
137
137
   spurious test failures and changes to the way things should be tested.
138
138
 
 
139
* Stop using `failIf`, `failUnless`, `failIfEqual`, etc, that give
 
140
  `PendingDeprecationWarnings` on Python2.7. 
 
141
  (Martin Pool, #760435)
 
142
 
139
143
 
140
144
bzr 2.4b1
141
145
#########