Changes between Initial Version and Version 1 of Ticket #15466, comment 4
- Timestamp:
- 12/05/13 22:16:34 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15466, comment 4
initial v1 1 tNathann, thanks for startedthis (or should that be thaaaaaaaaaaaanks!:).1 Hi Nathann, thanks for starting this (or should that be thaaaaaaaaaaaanks!:). 2 2 3 I found a few more depreciated [sic] functions to remove in subdirectories and I moved a few import statements of `deprecation` so that they are now immediately above the function call. This will help ensure that there are no strayimport statements left when the corresponding soon-to-be-depreciated code is removed. Finally, I killed off some documentation for some functions that are removed by this patch.3 I found a few more depreciated [sic] functions to remove in the words subdirectory and I moved a few import statements of `deprecation` so that they are now immediately above the function call. This will help ensure that there are no stray {{{deprecation}}} import statements left when the corresponding soon-to-be-depreciated code is removed. Finally, I killed off some documentation for some functions that are removed by this patch. 4 4 5 Nathann, if you are happy with my changes let's make this a positive review. I've bumped the version number to 6 since we're using git.5 If you are happy with my changes let's make this a positive review. I've bumped the version number to 6 since we're using git. 6 6 7 7 [ps I have checked all of the doctsts in sage/combinat. I do get a doctext failure in {{{root_system/coxeter_group.py}}} but I get the same failure in master, so I think it has nothing to do with this ticket.]