Changes between and of Initial VersionVersion 1Ticket #5916
- Timestamp:
- 08/29/2012 06:27:13 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5916 – description
initial v1 1 This is needed by `SynchronousTestCase` to implement the `assertWarns` functionality. 1 This is needed by `SynchronousTestCase` to implement the `assertWarns` functionality. Specifically, trial uses: 2 3 * deprecated 4 * getVersionString 5 * getDeprecationWarningString 6 * warnAboutFunction 7 * deprecatedModuleAttribute 8 9 However, the last two are only used to warn about deprecated functionality, so we can probably skip them and remove that deprecated functionality instead.
