Skip to content

Commit

Permalink
pprint is deprecated (promoted to clojure.pprint)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Bedra and Stuart Halloway committed Jul 23, 2010
1 parent 923c912 commit d37b229
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/main/clojure/clojure/contrib/pprint.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d37b229

Please sign in to comment.