Bug 451991

Summary: In RHEL4, pydoc is part of python-tools - need a dep added?
Product: Red Hat Enterprise MRG Reporter: Jeff Needle <jneedle>
Component: Messaging_Programming_ReferenceAssignee: Alison Young <alyoung>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Matousek <pematous>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.1CC: cctrieloff, iboverma, lbrindle, pematous
Target Milestone: 1.3.2   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-14 01:06:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeff Needle 2008-06-18 15:04:11 UTC
In RHEL5, pydoc is part of the python package.  In RHEL4, it is part of
python-tools.  Since the Tytorial references it for reading the API docs, we
should probably add a dependency on it for the RHEL4 docs, or at least mention
in the docs that it's part of python-tools so people will know where to find it
if it's not installed.

Comment 1 Jonathan Robie 2008-11-13 15:14:47 UTC
The Python documentation is part of the qpid-python RPM. Signing this over to Rafi.

Comment 3 Lana Brindley 2011-02-03 00:29:05 UTC
The documentation changes will be made as part of the 1.3.2 tech review.

LKB

Comment 4 Alison Young 2011-02-06 23:49:50 UTC
Change made in revision 1.6, build: Red_Hat_Enterprise_MRG-Programming_in_Apache_Qpid-1.3-web-en-US-1-6.el5

Code snippet:
<note>
  <title>Note</title>
  <para>
    The <command>pydoc</command> tool is part of the <command>python-tools</command> package. Install the <command>python-tools</command> package using the command:
    <screen>
      # yum install python-tools
    </screen>
  </para>
</note>

Comment 6 Petr Matousek 2011-02-10 10:02:37 UTC
As pointed in BZ description, pydoc is part of the python package in RHEL5.  In RHEL4, it is part of python-tools.

The recently added note is specific for RHEL4, it is not general. Please reflect it in documentation.  

ASSIGNED

Comment 7 Alison Young 2011-02-11 01:44:35 UTC
Change made in revision 1.7, build:
Red_Hat_Enterprise_MRG-Programming_in_Apache_Qpid-1.3-web-en-US-1-7.el5

Code snippet:
<note>
<title>Note</title>
<para>
  In &RHEL; 4 the <command>pydoc</command> tool is part of the <command>python-tools</command> package. Install the <command>python-tools</command> package using the command:
<screen>
# yum install python-tools
</screen></para>
</note>

Comment 8 Petr Matousek 2011-02-11 10:23:04 UTC
The issue has been fixed.

Red Hat Enterprise MRG 1.3 - Programming in Apache Qpid
Revision 2-0

VERIFIED