]> granicus.if.org Git - python/commit
Blocked revisions 81669,81672,81683 via svnmerge
authorStefan Krah <stefan@bytereef.org>
Tue, 8 Jun 2010 13:26:49 +0000 (13:26 +0000)
committerStefan Krah <stefan@bytereef.org>
Tue, 8 Jun 2010 13:26:49 +0000 (13:26 +0000)
commite23c4526f5c1d6516e36b99b70e5d41158d99848
tree1b1ca28a797cc851ba83e4bccc2ad889b75b482a
parentaebe93a347e5592b3b01766e668a774ea16a1afc
Blocked revisions 81669,81672,81683 via svnmerge

........
  r81669 | stefan.krah | 2010-06-03 14:39:50 +0200 (Thu, 03 Jun 2010) | 9 lines

  Issue #7384: If the system readline library is linked against ncurses,
  the curses module must be linked against ncurses as well. Otherwise it
  is not safe to load both the readline and curses modules in an application.

  Thanks Thomas Dickey for answering questions about ncurses/ncursesw
  and readline!
........
  r81672 | stefan.krah | 2010-06-03 16:25:16 +0200 (Thu, 03 Jun 2010) | 3 lines

  Use compiler rather than compiler_obj. Thanks Michael Foord for noticing.
........
  r81683 | stefan.krah | 2010-06-04 11:49:20 +0200 (Fri, 04 Jun 2010) | 1 line

  Detect missing ldd on all systems.
........