diff options
author | Tom Faulhaber <git_net@infolace.com> | 2010-06-30 23:45:10 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2010-06-30 23:45:10 -0700 |
commit | 7cc9a8efe691af51edf18b2132955fb1dbbef327 (patch) | |
tree | 44eb8bfb944d3f1a828fd4cd46e24bac51305aad | |
parent | 29b42bdfec1726976d5c1125d10ee0d811d197ff (diff) |
Deprecate pprint
-rw-r--r-- | src/main/clojure/clojure/contrib/pprint.clj | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/main/clojure/clojure/contrib/pprint.clj b/src/main/clojure/clojure/contrib/pprint.clj index e738792d..d63a30d2 100644 --- a/src/main/clojure/clojure/contrib/pprint.clj +++ b/src/main/clojure/clojure/contrib/pprint.clj @@ -21,8 +21,12 @@ for its Java-based format function. See documentation for those functions for more information or complete -documentation on the the clojure-contrib web site on github.", - } +documentation on the the clojure-contrib web site on github. + +As of the 1.2 release, pprint has been moved to clojure.pprint. Please prefer +the clojure.pprint version for new code.", + :deprecated "1.2" + } clojure.contrib.pprint (:use clojure.contrib.pprint.utilities) (:use clojure.contrib.pprint.pretty-writer |