From 4cce354d53502c1047990e96c0b424c41a4e0b67 Mon Sep 17 00:00:00 2001 From: Aaron Bedra and Stuart Halloway Date: Fri, 23 Jul 2010 11:23:34 -0400 Subject: pprint is deprecated (promoted to clojure.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 2289e920..f661bac4 100644 --- a/src/main/clojure/clojure/contrib/pprint.clj +++ b/src/main/clojure/clojure/contrib/pprint.clj @@ -9,11 +9,15 @@ ;; which can be found in the file epl-v10.html at the root of this distribution. ;; By using this software in any fashion, you are agreeing to be bound by ;; the terms of this license. -;; You must not remove this notice, or any other, from this software. +;; You must not remove this notice, or any other, from this +;; software. + +;; DEPRECATED in 1.2. Promoted to clojure.pprint (ns ^{:author "Tom Faulhaber", - :doc "This module comprises two elements: + :deprecated "1.2" + :doc "This module comprises two elements: 1) A pretty printer for Clojure data structures, implemented in the function \"pprint\" 2) A Common Lisp compatible format function, implemented as -- cgit v1.2.3-18-g5258