aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bedra and Stuart Halloway <pair@clojure.com>2010-07-23 11:23:34 -0400
committerAaron Bedra and Stuart Halloway <pair@clojure.com>2010-07-23 11:35:22 -0400
commitd37b2291dfcc5e6dc38a4601fbd09fa403bd15b0 (patch)
tree0705bccca70faaf773861f10cf7b10672d6e5d22
parent923c91280d208b377c7355a206bdb2c96c066ef0 (diff)
pprint is deprecated (promoted to clojure.pprint)
-rw-r--r--src/main/clojure/clojure/contrib/pprint.clj8
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 e8895a3b..2b25fad9 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