File: README-BEFORE-UPDATING

package info (click to toggle)
pypy 2.4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 86,992 kB
  • ctags: 170,715
  • sloc: python: 1,030,417; ansic: 43,437; cpp: 5,241; asm: 5,169; sh: 458; makefile: 408; xml: 231; lisp: 45
file content (17 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This is PyPy's code of the py lib.  We don't expect to upgrade it
very often, but once we do:

    WARNING!

    WE HAVE MADE A FEW TWEAKS HERE!

Please be sure that you don't just copy the newer version from
upstream without checking the few changes that we did.  This
can be done like this:

    cd <this directory>
    hg log . -v | less

then search for all " py/" in that list to know which are the
relevant checkins.  (Look for the checkins that only edit one
or two files in this directory.)