From 7cc9a8efe691af51edf18b2132955fb1dbbef327 Mon Sep 17 00:00:00 2001 From: Tom Faulhaber Date: Wed, 30 Jun 2010 23:45:10 -0700 Subject: Deprecate pprint --- src/main/clojure/clojure/contrib/pprint.clj | 8 ++++++-- 1 file 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 -- cgit v1.2.3-18-g5258